View on GitHub

reading-notes

Reading notes for Codesfellows Coding

JS

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

FUNCTION CONTEXT Code that is being run within a function. Each function has its own function context.

EVAL CONTEXT (NOT SHOWN) Text is executed like code in an internal function called eva l {) (which is not covered in this book).

FUNCTION-LEVEL SCOPE When a variable is declared within a function, it can only be used within that function. This is because it has function-level scope.

Context Exe

how to find consoles and use them for certain browsers (circa2011)

## stepping through code

throwing errors

tips

Common errors