Editor illustration

Let's Practice with Variables and Operators!

Instructions

In the left menu pane, find the script.js file and create a few variables. The script.js file allows us to import JavaScript into our HTML page. For this example we will only be using it to practice variables but there are many uses for this file and we will learn about them soon. Once you've created your variables, log them in the console. You may need to clear out the console every so often.