| Contents |
|
Chapter 1. Introduction to JavaScript
|
- What is JavaScript?
- Is it Java or how it is related to Java?
- What should I know to learn JavaScript?
- What are the softwares I need to install for javascript?
- Something more about Javascript.
- What is the basic structure of JavaScript?
- Where to place my javascript in a html?
|
| Chapter 2.
Variables and Data Types |
- Variables
- Assigning values to a variable
- Simple Data Types
- Special Data Types
- Complex Data Types
- Data Type Conversion
|
| Chapter 3. Operators |
- Arithmetic Operators
- Comparison Operators
- Boolean Operators
- Assignment Operators
- Special Operators
|
| Chapter 4. Statements |
- Conditional Statement: if ... else
- Conditional Statement: switch
- Loop: for
- Loop: do ... while
- Loop: while
- break and continue
- Single line comment and multiline comment
|
| Chapter 5. Functions |
- Creating functions
- Calling functions
|
| Chapter 6. Event Handlers |
| |
| Appendix |
|
|