Project: Say Hello to the Browser

Write three lines of code that display:

  1. "Ready..." in the console

  2. "Set..." in an alert pop-up

  3. "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)!

Project: Say Hello to the Browser

Write three lines of code that display:

  1. "Ready..." in the console

  2. "Set..." in an alert pop-up

  3. "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)!