Array in Java Script.
Definition:-
An array is a collection of values and these values can be of different data types in java script.
Array is always declared inside square bracket [ ].
All the values inside the square bracket are separated by a comma (,).
Values of an ...
amarjeet123.hashnode.dev7 min read