Arrays
An array is a special variable, which can hold more than one value
array are special type of object
typeof array "object"
it contain ordered list of values
keys are indexed (starts from 0..)
Use square bracket [] because key is number
Creating an ...
lovekush.hashnode.dev2 min read