Building Mental Models via Debugging – Understand Code Line By Line
If you ever get frustrated, like me, at trying to understand what is going on with your code, you may want to put the console.log() statements down for a moment and try out debugging. I regularly like to make horrible…