Array Method
What is An Array?
The array is a collection of similar data types. For example, if I want to store any number or name so we can store it easily in our memory. First of all, we have to create an array like
let names =["Tanvi", "Vishali", "Priyanka"]
c...
hellojava.hashnode.dev2 min read