Array in JavaScript
Array:
An array is a special variable, which can hold more than one value:
An array can hold many values under a single name, and you can access the values by referring to an index number.
you can create array with help of this brackets [] . and y...
megha17.hashnode.dev3 min read