#javascript
Read more stories on Hashnode
Articles with this tag
scope The scope is the current context of execution in which values and expressions are "visible" or can be referenced. If a variable or phrase is...
All About Array in JavaScript ยท what is Array? An array is a particular variable, which can hold more than one value: const fruits = ["Apple", "Banana",...