JavaScript Class

Home Help Table of Contents Class Stuff

Table of Contents

Introduction  
This section is a short introduction to JavaScript. It explains what JavaScript is, and how it works. It also explains what you can do with JavaScript.

How To  
This section will teach you how to put a JavaScript into an HTML document, and how to handle older browsers. 

Where To  
This section will teach you where to put a JavaScript into an HTML document, and how to use external scripts. 

Guidelines  
This section contains guidelines on scripting in JavaScript.

Variables  
This section will teach you how to write and use variables in JavaScript.

Operators  
This section will teach you how to use the operators in JavaScript.

Functions  
This section will teach you how to write and call functions in JavaScript.

Conditional statements  
This chapter will teach you how to use the if..else and the switch statement in JavaScript.

Looping statements  
This section will teach you how to loop in JavaScript.

String object  
This section explains the String object, with working examples.



JavaScript Objects

String object  
This section contains a description of the String object, a list of its properties and methods, and examples on how to use the object.

Array object  
This section contains a description of the Array object and a list of its methods.

Date object  
This section contains a description of the Date object and a list of its methods.

Math object  
This section contains a description of the Math object, a list of its properties and methods, and examples on how to use the object.

Window object
This section contains examples on how to use the Window object.

Frame object  
This section contains examples on how to use the Frame object.

Form object  
This section contains examples on how to use the Form object.

Browser object 
This section contains examples on how to use the Browser object.

Cookies 
This section contains examples on how to use the Cookie property of the Document object.

Last Night! 
Wrapping it up and providing more real-world examples for you to play with.



JavaScript Events

Event Handlers 
This section contains a list of common events for some major objects.



JavaScript Quiz

JavaScript Quiz Test
Test your JavaScript skills !!!





Home Help Table of Contents Class Stuff