#javascript
Read more stories on Hashnode
Articles with this tag
Variables in JS Variables are like containers for data, i.e., they store the data.They get memory location in which they store the data They can be...
Arrays in JS Arrays in JS ate the non-preemptive data types. Arrays are a special type of object. The ‘typeof’ operator in JavaScript returns "object"...