Array in Java-Script
What is ARRAY?
In JavaScript, array is a single variable that is used to store different elements. It is often used when we want to store list of elements and access them by a single variable.
Array declaration
We can declare an array in two ways
1- ...
itssantoshbhai.hashnode.dev2 min read