0% found this document useful (2 votes)
886 views3 pages

You Don T Know Js Types Grammar

This document is the table of contents for a book about JavaScript types and grammar. It lists 10 chapters that cover topics like data types, values, native objects, coercion, statements, expressions and operators. The book also includes two appendix sections on mixed environment JavaScript and acknowledgments.

Uploaded by

Sladjan Djukic
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (2 votes)
886 views3 pages

You Don T Know Js Types Grammar

This document is the table of contents for a book about JavaScript types and grammar. It lists 10 chapters that cover topics like data types, values, native objects, coercion, statements, expressions and operators. The book also includes two appendix sections on mixed environment JavaScript and acknowledgments.

Uploaded by

Sladjan Djukic
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

You

Dont Know JS: Types & Grammar

Table of Contents
1. Introduction
2. Foreword
3. Preface
4. Chapter 1: Types
i. A Type By Any Other Name...
ii. Built-in Types
iii. Values as Types
5. Chapter 2: Values
i. Arrays
ii. Strings
iii. Numbers
iv. Special Values
v. Value vs Reference
6. Chapter 3: Natives
i. Internal `[[Class]]`
ii. Boxing Wrappers
iii. Unboxing
iv. Natives as Constructors
7. Chapter 4: Coercion
i. Converting Values
ii. Abstract Value Operations
iii. Explicit Coercion
iv. Implicit Coercion
v. Loose Equals vs Strict Equals
vi. Abstract Relational Comparison
8. Chapter 5: Grammar
i. Statements & Expressions
ii. Operator Precedence
iii. Automatic Semicolons
iv. Errors
v. Function Arguments
vi. `try..finally`
vii. `switch`
9. Appendix A: Mixed Environment JavaScript
10. Appendix B: Thank You's!

2
You Dont Know JS: Types & Grammar

My Awesome Book
This file file serves as your book's preface, a great place to describe your book's content and ideas.

Introduction 3

You might also like