This page is a demonstration of the turotial “JSON Band List”. Here the contents of the JSON band list is looped out in my post.
let bands = { "List": [ { "Band": "The Kinks", "Stage": "Blue", "Image": "https://multimusen.dk/wp-content/uploads/image-4-1.png" }, { "Band": "Velvet Underground", "Stage": "Orange", "Image": "https://multimusen.dk/wp-content/uploads/punk.jpeg" }, { "Band": "Aura", "Stage": "Green", "Image": "https://multimusen.dk/wp-content/uploads/image-3-1.png" }, { "Band": "Ozzy Osborne", "Stage": "Black", "Image": "https://multimusen.dk/wp-content/uploads/manga-band.jpeg" }, { "Band": "Mozart Rock Experience", "Stage": "Pink", "Image": "https://multimusen.dk/wp-content/uploads/manga-band.jpeg" }, { "Band": "Sigurds Ulvetime", "Stage": "Blue", "Image": "https://multimusen.dk/wp-content/uploads/manga-band.jpeg" }, { "Band": "Pink Floyd", "Stage": "Orange", "Image": "https://multimusen.dk/wp-content/uploads/manga-band.jpeg" } ] }
for ( let i = 0; i
"
result.innerHTML += "
Leave a Reply