#javascript
Read more stories on Hashnode
Articles with this tag
JavaScript is loosely typed and dynamic language which means that the datatype of variable need not to be specified because it is dynamically...
What is an array in JavaScript ? Array is a list-like data structure in JavaScript which store elements and is represented with a pair of square...