JAVA SCRIPT

Introduction

1) Introduction

2) comments

3) variables in javascript

4) operators in javascript

  1. Arithmetic Operators
  2. Relational Operators
  3. Bitwise Operators
  4. Logical Operators
  5. Assignment Operators
  6. Special Operators [(?:),typeof,new, ,[coma]]

pop-up boxes

  1. alert
  2. confirm
  3. prompt

datatypes in javascript

  1. Primitive data type
  2. Non-primitive (reference) data type

7) functions in javascript

8) .js files

9) globel and local variables

10) condition statements

  1. simple if
  2. nested if
  3. else if

11) loop statements

  1. for
  2. while
  3. do while

12) math operators

13) object creation in javascript

  1. object literal
  2. instance of Object directly
  3. object constructor

14) arrays

  1. By array literal
  2. By creating instance of Array (using new keyword)
  3. By using an Array constructor (using new keyword)

15) string and string predefine functions

  1. By string literal
  2. By string object (using new keyword)

16) Date ,Number,boolean functions

17) javascript event handling

18) JS RegExp

19) outputs

  1. innerHTML
  2. document.write()
  3. window.alert()
  4. console.log()

20) Exceptions

  1. try
  2. catch
  3. finally
  4. throw

21) JSON

  1. Json object
  2. 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