Javascript
JavaScript Fundamentals -- What is JavaScript?

What is JavaScript? Exercise

Outline

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:

  1. Put the string "Hello, World!" on the page in an h1 tag
  2. Print the string "Hello, World!" to the console
  3. Repeat steps 1 and 2 inside a script tag in the index.html page.
 

I finished! On to the next chapter