Array in JavaScript
Dec 20, 2022 · 5 min read · 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...
Join discussion


