Question
Using the code we worked on together in class, attempt to implement the following changes to the application: change the script so that it generates
Using the code we worked on together in class, attempt to implement the following changes to the application:
change the script so that it generates a random number between 1 and 50;
reduce the number of allowed attempts to something less than 10;
if the user's guess is too high, change some CSS property value of the #lowOrHi paragraph element;
if the user's guess is too low, change some other CSS property value of the #lowOrHi paragraph element;
Move the entire script into an external file and connect it to the guess.html page, making sure that everything functions properly.
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