Nice article on 5 dont’s of javascript.
- “Don’t rely on automatic semicolon insertion”
- “Never use the with statement”
- “arguments.callee? What, are you crazy? It doesn’t work with strict mode.”
- “Oh no, but
__proto__is proprietary!!!1!” - “But it will not longer be supported in <;fabled future version of JavaScript>;”