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"];

3rd Jan 2019, 10:49 PM
Matheus Batista
Matheus Batista - avatar
1 Answer
+ 1
var fruits = ["Banana","Orange", "Apple", "Mango"]; fruits.push("Kiwi");       //  Adds a new element ("Kiwi") to fruits
3rd Jan 2019, 10:57 PM
Alyson Jorge
Alyson Jorge - avatar