codebar / tutorials

🗒 codebar's tutorials
http://tutorials.codebar.io/
257 stars 241 forks source link

Add a declaration for variable number. #394

Closed Hamatti closed 6 years ago

Hamatti commented 6 years ago

We noticed this on our workshop today as one of the students was wondering why their code didn't function properly.

Currently, if you run the code in REPL, it will error out and the tutorial doesn't explain it.

I added a number = 4 to make sure that the code properly executes