Introduction to JavaScript
JavaScript is a powerful, object-based scripting language; JavaScript programs can be embedded directly in HTML web pages.
When combined with the Document Object Model DOM defined by a web browser, JavaScript allows you to create Dynamic HTML content and interactive client-side web applications. JavaScript syntax is based on the popular programming languages C, C++, and Java, which makes it familiar and easy to learn for experienced programmers.
At the same time, JavaScript is an interpreted scripting language, providing a flexible programming environment in which new programmers can learn easily.

What is data type & Variable?

Popup Boxes

Operators

Type Conversion

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*
DOM (Document Object Model)
DOM window
DOM Navigator
DOM screen
DOM history
DOM document
Error Handling
Objects
Properties
Methods
Functions also behaves like objects
Array also behaves like objects
Form Object
String Object
Math Object
Date Object
Regular Expressions
Browser Details of Client
Cookies in JavaScript
Some codes and sites
