Arrays in JavaScript
What is an array?
We all know what is an array, it is a collection of similar data elements stored at contiguous memory locations.
How to create an array in javascript?
We can create an array using two ways:
1. By using an array literal: an array lit...
adityasharma03.hashnode.dev3 min read