JavaScript in Depth
Intro
This is the best JavaScript tutorial in DEPTH, in English language, printed or online.
The JavaScript Basics section is suitable for beginners. It is concise. Pre-requisite is familarity with a scripting language such as Python, Ruby, Bash.
This tutorial is:
- Written in the most simple way you can understand.
- Standalone code examples for every concept.
- Written in a cold style. No ninja no zen no joke.
- No extraneous jargon, no design patterns, no fad.
- No framework, no library, pure standard JavaScript that runs in browser.
- In depth. Based on JavaScript language specification for correctness.
- Covers ECMAScript 2015 and updated every year with JavaScript new features.