#javascript
Read more stories on Hashnode
Articles with this tag
Understanding Garbage Collection in JavaScript: Mark and Sweep Algorithm and Reference Counting Explained · In JavaScript, memory management is handled...
Learn the terms that are highly used in javascript, and that would help you learn javascript better. · Syntax Parser: A Program that reads and determines...
Scroll snap is when you scroll a little and it auto scrolls to the next card in the list. You must have seen this feature on Instagram, youtube shorts...
Scope Local Scope Global scope Function Scope Block Scope Scope In js Scope determines the accessibility (visibility) of variables. JavaScript...
Return value : true if the callback function returns a truthy value for at least one element in the array. Otherwise, false. The Array.some() method...
Catamorphism is a concept in functional programming that refers to the process of reducing a data structure to a single value. This is typically done...