← programmingScopeJanuary 16, 2017Scope 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. Links Frontend Masters: Advanced JavaScript - Scope