In this section, we'll do a deep dive into JavaScript's internals and language constructs. This will give us a really solid foundational understanding of how to use JavaScript's best parts to craft clean code.
This section contains the following chapters:
- Chapter 6, Primitives and Built-In Types
- Chapter 7, Dynamic Typing
- Chapter 8, Operators
- Chapter 9, Parts of Syntax and Scope
- Chapter 10, Control Flow