Remember Stuff
Store and update values with variables.
We'll cover the following...
We'll cover the following...
Let’s teach JavaScript to remember things. In this lesson, you’ll learn about variables—they store data like names, scores, or anything else your program needs.
Goal
You will learn to:
Create variables using
let
andconst
.Store text and numbers. ...