Arrays in JavaScript - It's properties and methods
What is an Array?
Array is a collection of data seperated by "," inside the []- square brackets . The data can be of similar or different data types.
Note: If data is string then it must be written inside ' ' or " " followed by , (comma). if its bool...
chcodes.hashnode.dev7 min read