Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started