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
To implement the changes to your application as described follow these steps Step 1 Change the Random Number Generation Ensure that your random number ... View full answer
Get step-by-step solutions from verified subject matter experts
