Array and its methods
What is Array?
Arrays can be a collection of elements of any type i.e. you can create an array with elements of type string, Boolean, Number, Objects, and even other arrays. The array is represented by a pair of square brackets []. All the elements i...
architwrites.hashnode.dev6 min read