["Arrays in JavaScript"]
Let's first understand what is array then will deep dive into its method.
So Array is an object that represents a collection of elements.
Declaration of an Array
There are basically two ways to declare array:
By array literal
By using new keyword
S...
prashu.hashnode.dev4 min read