View on GitHub

Code Fellows reading notes

A repository for organizing notes from my learning.

In Memory Storage

Understanding The Javascript Call Stack

Source (article): The JavaScript Call Stack - What It Is and Why It’s Necessary

JavaScript Error Messages

Source (article): JavaScript error messages && debugging

Things I want to know more about

I’ve normally been debugging through console logs, but adding breakpoints seems like a useful tool that I’m not accustomed to using. I’d like to know more about how break points can be used to effectively diagnose problems, and I imagine it’s something that will just come with practice and experience.