Google Closure Compiler The Closure Compiler is a tool for making JavaScript download and run faster. It is a true compiler for JavaScript. Instead of compiling from a source language to machine code, ...
Closures: functions capture variables from outer scopes. this depends on call site: obj.method (), standalone call (undefined in strict mode, window in sloppy), bound via call/apply/bind. Arrow ...