reading-notes

Code-Fellows reading notes.

View the Project on GitHub bkasprzyk19/reading-notes

<==Back

From the Duckett JS book:

JavaScript book, Ch. 10, “Error Handling & Debugging”

Errors and handling

-JS processes one line of code at a time. When a statement needs data from another function, it stacks the new function on top of the current task.

Execution Context and hoisting

#SSCOPEE

* this is a large chapter to summarize so I will just provide summary *