Robust Client-Side JavaScript - A Developer's Guide
This is an excellent, excellent collection of best practices on how to make your JavaScript more fault-tolerant, by Mathias Schäfer. Several sections deserve their own snippets:
The standardized name for JavaScript, though slightly more complicated than that.
This is an excellent, excellent collection of best practices on how to make your JavaScript more fault-tolerant, by Mathias Schäfer. Several sections deserve their own snippets:
Want to know which ECMAScript features are supported by which transpilers, browsers, and other environments? This seems like an excellent resource for that.