Array in JavaScript
The array is a variable which can hold more than one value. This article is about the array and some methods of array.
let fruits = ['Banana','Mango','Apple','Orange','Grapes'];
//here we have fruits array which holds more than one fruits
Array ele...
poojadesh.hashnode.dev5 min read