Array and its methods in javascript
What is an Array?
An array is a collection of items which are stored at the contagious memory location .In javascript we can store items of different datatypes also in the same array. Items stored in the array can be accessed using the index of the r...
learners.hashnode.dev14 min read