layout | title | permalink |
---|---|---|
page |
201.10 Reading Notes |
/201-R10/ |
-
Consider Order of Operations to pinpoint problems
-
Recognize/identify scope of problems (may mean some vars/functions are isolated)
- Hoisting: Functions may be called prior to declaration, as with variable assignments (in some cases)
- Console messages refer to specific information about errors, like specific files/lines, or error types such as syntax and type (see Duckett on JS p459)