OpenTechSchool / js-beginners-day1

Outdated curriculum for the first day of JSFaB. Use https://github.com/OpenTechSchool/js-beginners-1
31 stars 17 forks source link

Encourage use of `console.log` #42

Open grncdr opened 10 years ago

grncdr commented 10 years ago

There is an example of using console.log very early on, but it's never mentioned again as the exercises progress. Reading code and visualizing what it does is incredibly difficult for an absolute beginner, so reminding them a few times throughout the materials to use console.log('some message', variable, variable...) should not only make things easier to understand, but gives them a technique they can continue to use.