Use the random number you created in the last step to pick out a random dice image between dice1.png to dice 6.png then place this image inside the left <img> element.

Scroll down if you need a hint 👇























Hint: You will need to use what you've learnt about the DOM and the method setAttribute() to achieve this.