In this exercise, you will use StackBlitz to practice running JavaScript in the browser.
Click on this link to go to StackBlitz and the first exercise.
There are three steps to the exercise. They are:
- Put the string "Hello, World!" on the page in an
h1
tag - Print the string "Hello, World!" to the console
- Repeat steps 1 and 2 inside a
script
tag in theindex.html
page.