[Solved] Javascript Loop (Beginner) [closed]
Using your structure, we can do this: var links = new Array(); // Missing this part as code links[0] = new Array(); links[0][“linkName”] = “W3Schools”; links[0][“linkLogo”] = “http://www.w3schools.com/images/w3schools.png”; links[0][“linkURL”] = “http://www.w3schools.com/”; links[0][“linkDescription”] = “W3Schools is a web developer information website, with tutorials and references relating to web development topics such as HTML, CSS, JavaScript and … Read more