Arrays method in JS
Arrays in Javascript
Array is nothing but just a collection of elements or items.
Array is denoted by square brackets
[ ]
The value inside of an array is separated by commas
,
In JS, the element of an array can be of any type
string , numb...
shaquibkhan.hashnode.dev13 min read
Alok Verma
I am a fullstack developer
nice work