Question: Using the above scripts (which are HTML pages) as models, write a script that stores 55 as a variable called age and increments the age
Using the above scripts (which are HTML pages) as models, write a script that stores 55 as a variable called age and increments the age by 1 using the ++ operator. Finally, the script should output the new age. Both of our textbooks touch on the ++ operator and you can also learn more about it using Google/Bing. With Chrome, a correct output from this HTML page and script might look like this:

With Chrome, a correct output from this HTML page and script might look like
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
