Array methods in Javascript
What is an Array
An array is a collection of items of same data types stored at Memory Location.
For simplicity, we can think of an array as a fleet of stairs where on each step is placed a value (let’s say one of your friends). Here, you can identif...
codincs.hashnode.dev5 min read