JavaScript Cheatsheet

JavaScript Interview Questions


Things to learn:

JavaScript Background

Some properties of the language:

ECMA

ECMA International (European Computer Manufacturers Association) is an organisation responsible for writing the JavaScript standards so that all browsers can interpret the same JavaScript code and run in exactly the same way. A big caveat is that the standards don’t dicate how the JavaScript runs, so that is left to the browser to decide!

ECMAScript — a standard document of specifications for JavaScript's language features. ECMAScript standards exists for ensuring the portability of JavaScript — similar in spirit to the POSIX standards for Shell, or SQL for DBMS languages