Array and Array methods
An array is collection of items.An array can hold many values under a single name, and you can access the values by referring to an index number.
for example lets consider an array 'names'
let names = ['billu','maaru','mayank','mayur','tillu',];
Arra...
awesometiwariji.hashnode.dev1 min read