Question: Everything in this question should go in the q3 folder. The file should be named index.html. Make the title of this page: (Your Name)s Shouting
Everything in this question should go in the q3 folder. The file should be named index.html.
Make the title of this page: (Your Name)s Shouting App. Everyone knows that the way to win arguments on the Internets is to shout, and you shout by typing in all upper case.
Write a button to the screen that the user should click to start the app.
Put a three empty div element on the screen with the id of allcaps1, allcaps2, and allcaps3.
Prompt the user for three items: A first sentence, a second sentence, and a third sentence.
After the user has typed three statements, take each statement and conver them to upper case, and write each statement (now in upper case) to each of the three empty div elements.
The function you need to look up to convert a string to upper case is toUpperCase.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
