Learn array and it's method in javascript
Hi Everyone,
.
.
let's start
What is array?
array is basically collection of data that stores the multiple values between square[' '] bracket. the square bracket represent the it is an array.
to create array as follows :
let myArray = [];
the above ...
dr2web.hashnode.dev4 min read