← Ages 8–10/Your First Variable
πŸ“– Story

Your First Variable

Typing the same number over and over is boring β€” and if you want to change it, you have to change every line. Programmers store numbers in a box with a name. That box is called a variable.

What you'll learn

Store a number in a variable and use it instead of typing it.

New command

let steps = 80
πŸ’» Code Editorjs
🎬

Press Run Code to see your creation!