This part of the book, Chapters 2 though 12, documents the core JavaScript
language and is meant to be a JavaScript language reference. After you
read through it once to learn the language, you may find yourself
referring back to it to refresh your memory about some of the trickier
points of JavaScript.
Chapter 2, Lexical Structure |
Chapter 3, Types, Values, and Variables |
Chapter 4, Expressions and Operators |
Chapter 5, Statements |
Chapter 6, Objects |
Chapter 7, Arrays |
Chapter 8, Functions |
Chapter 9, Classes and Modules |
Chapter 10, Pattern Matching with Regular Expressions |
Chapter 11, JavaScript Subsets and Extensions |
Chapter 12, Server-Side JavaScript |