#javascript
Read more stories on Hashnode
Articles with this tag
Scope Scope refers to the accessibility or visibility of the variables, functions, or objects during the run time. In simple words, it says whether we...
What is an Array? It is a collection of items stored at a contiguous memory location. Here location means they are next to each other, with no...