JavaScript

- Introduction to JavaScript
What is Javascript
Javascript is Java or what?
What we can do using Javascript?
What user should know before using Javascript
What Hardware & Software requirements are to run JavaScript?
How to use JavaScript into HTML code?**
Is semi colon needed to end the statement?
- What is data type & Variable?
Number
String
Boolean
Null & undefined
Infinite and NAN
Arrays*
- Popup Boxes
Alert Box
Prompt Box
Confirm Box*
- Operators
Arithmetic Operators
Logical Operators
Assignment Operators
Comparison Operators
String Operators
Ternary Operators
- Type Conversion
Conversion to Boolean
Conversion to Number
Conversion to String
- Condition Checking
If
If - - else
if - - else if - else
Switch*
- Looping
while
do - while
For
break and continue
for - - in*
- Function
User defined simple functions
Parameterized functions
Functions Returning Values
Recursive Functions
Scope of a variable*
- Events
onblur
onclick
ondblclick
onfocus
onkeydown
onkeypress
onkeyup
onload
onmousedown
onmousemove
onmouseout
onmouseover
onmouseup
onreset
onresize
onselect
onsubmit
onunload*
- Error Handling
Try - - Catch
throw
- Browser Details of Client
Browser name
Browser version
- Cookies in JavaScript
What are cookies
- Validations using JavaScript
- Animations using JavaScript
- Time settings using JavaScript