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!