In this game players will earn points. Points give the player a goal and make games more engaging.
Let's use a variable to make a score. A variable is a name that stores a value.
- The variable's name is the word before the equals sign. Change the name to score.
- The variable's value is the number after the equals sign. Change the value to 0.
To navigate the page using the TAB key, first press ESC to exit the code editor.