JavaScript Book
Language Basics
- <script> element
- Language Basics
- Data Types
- Operators
- Increment/Decrement Operators
- Unary Plus and Minus
- Bitwise Not, And, Or,XOR
- Left shift, right shift, unsigned right shift
- Boolean Operators: NOT, AND, OR
- Multiply(*), Divide(/), Modulus(%), Add(+), Subtract(-)
- Relational Operator:<, >, >=, <=, ==, !=, ===, !==
- Conditional Operator (?)
- Assignment Operators
- Comma Operator
- Statement
- Function
- Type and scope of variables
- Primitive wrapper class
- Error Handling
Essential Types
DOM
JavaScript Reference
jQuery