Goals:
- Read code
- As a general programmer
- As a JAVASCRIPT programmer
- read and evaluate code in our heads
- not just from top to bottom, but as a computer would run it
- A rudimentary understanding of SCOPES
- scope chain (call stack)
- identify different levels of scope
We used Javascript Tutor (http://pythontutor.com/javascript.html#mode=edit)
Take a look at other instructor's lecture notes as well! There's tons of great stuff on Compass :)
Here are some examples from the last time I did this lecture: https://github.com/NimaBoscarino/scope-notes
Cheers,
Nima