1) Introduction
2) comments
3) variables in javascript
4) operators in javascript
- Arithmetic Operators
- Relational Operators
- Bitwise Operators
- Logical Operators
- Assignment Operators
- Special Operators [(?:),typeof,new, ,[coma]]
pop-up boxes
- alert
- confirm
- prompt
datatypes in javascript
- Primitive data type
- Non-primitive (reference) data type
7) functions in javascript
8) .js files
9) globel and local variables
10) condition statements
- simple if
- nested if
- else if
11) loop statements
- for
- while
- do while
12) math operators
13) object creation in javascript
- object literal
- instance of Object directly
- object constructor
14) arrays
- By array literal
- By creating instance of Array (using new keyword)
- By using an Array constructor (using new keyword)
15) string and string predefine functions
- By string literal
- By string object (using new keyword)
16) Date ,Number,boolean functions
17) javascript event handling
18) JS RegExp
19) outputs
- innerHTML
- document.write()
- window.alert()
- console.log()
20) Exceptions
- try
- catch
- finally
- throw
21) JSON
- Json object
- Json array
22) javascript Form handling
23) javascript Objects
24)JS Functions
25) JS HTML DOM
26) JS JS Browser BOM
27) JS AJAX
28) JS JSON
29) JS vs JQuery
30) MINI Project