0
how do I insert an image here in these array?
var img = ["GLA.gif", "GLA.gif", "GLA.gif", "GLA.gif", "GLA.gif", "GLA.gif", "GLA.gif"];
1 Answer
+ 1
var fruits = ["Banana","Orange", "Apple", "Mango"];
fruits.push("Kiwi");Â Â Â Â Â Â Â //Â Adds a new element ("Kiwi") to fruits