Project: Say Hello to the Browser
Write your first JS code and send messages to the browser.
We'll cover the following...
Write three lines of code that display:
"Ready..."
in the console"Set..."
in an alert pop-up"Go!"
in another alert pop-up
This is a chance to practice using different communication methods with the user, behind-the-scenes (console), and up-front (alerts)!
If you’re stuck, click the “Show Solution” button.
You’re already sequencing actions!
What’s next?
Next up: you’ll learn how to make web pages respond to users—not just display things, but change based on what the user does.