Array and Array Methods in Java Script
Array: A group of variables under a single name. This can be accessed using the index.
The Index starts with 0 and ends with a length minus 1
How to access an array using the Index
Ways of Writing an array
There are two ways we need to write an arr...
nareshyella.hashnode.dev2 min read