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 and reference values
- Determining Type: typeof vs instanceof
- Execution Context And Scope
- No Block-Level Scopes
- Variable Declaration with var
- Primitive wrapper class
- Error Handling