You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 useconsole.log('some message', variable, variable...)
should not only make things easier to understand, but gives them a technique they can continue to use.The text was updated successfully, but these errors were encountered: