|
Introduction
to Java script:- |
The
difference between java and java script
The java script language |
|
|
|
|
Core
Java script |
Lexical
Structure
Character set
Case Sensitivity
White
space and line breaks
Comments
Literals
Identifiers
Reserve
words
|
|
|
|
|
Data
Types and values |
Numbers
Strings
Boolean values
Functions
objects
Arrays
|
|
|
|
|
Variables |
Variables
Variable Typing
Variable Declaration
Variable scope
Primitive Type and Reference Types
Garbage Collection
|
|
|
|
|
Expressions
and operators |
Expressions
Operator Overview
Arithmetic Operators
Equality Operators
Relational Operators
String operators
Logical
operators
Bit
wise Operators
Assignment
Operators
|
|
|
|
|
Statements |
Expression
statements
Compound
statement
if
else
if
switch
while
do/while
for
for/in
Labels
break
continue
try/catch/finally
|
|
|
|
|
Functions |
Functions
Defining and Invoking Functions
Functions as Data
Functions Scope: The Call Object Functions
Properties and Methods
|
|
|
|
|
Arrays |
Arrays
and Array Elements
Array
Methods
|
|
|
|
|
Client-side Java script |
Java
Script in web Browsers
The
Web browser Environment Embedding
java script in html
Execution
of java script programs
|
|
|
|
|
Events
and Events Handling |
Basic Event Handling
Advanced Event Handling with DOM
|
|
|
|
|
Document
Object Model |
The
Document Object Model
An
Overview of DOM
|