I have a series of Arrays and as an output i want to display an image. I know how to do it using document.write but i cant get my head around how i would do something like this using the dom.
document.write("<p><img src='"+stones.value+"' alt='Mick'></p>");
How could i achieve something like this without using document.write?