Scope

Scope

where to look for things

Notes

  • JavaScript is a compiled language. It is compiled everytime it is run (i.e. compiled at runtime)
  • JavaScript has only function scope atm.