Understanding Arrays in JavaScript
Array is a special type of object which contains ordered list of values.
Key of an array is indexed it starts from 0 and for each new element it keeps incrementing (0, 1, 2, 3, ......) it is defined by the JavaScript
Creating an Array
Empty object
le...
rishabh1.hashnode.dev1 min read