Question: Create an HTML file named RADDICE .html . Use getElementById() and add comments to your code. Create 3 functions: 1.rollDice() - rolls a dice (generate
Create an HTML file named RADDICE.html. Use getElementById() and add comments to your code.
Create 3 functions:
1.rollDice() - rolls a dice (generate and returns a random number from 1 to 6)
2. displayDice() returns the html code to display a dice and calls the rollDice function
3. main() - calls the displayDice function and uses getElementById to display the dice pictures
Make sure all your JavaScript code is in a separate file.
START WITH BELOW INFO.
Roll Dice
Rolling Dice
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
