Section I – Useful JavaScript Objects
String object
Use of the new keyword
Arrays
Date object
Math object
Section II - Cookies
Introduction - usage
Reading Cookies with JavaScript
Setting Cookies with JavaScript
Deleting Cookies with JavaScript
Temporary Cookies – a password example.
Section III – More on JavaScript arrays
Declarations
Associative arrays
Array properties
Array methods
Section IV – Putting it all together using OOP
OOP Overview
Some OOA/OOD
Creating a user defined object in JavaScript
Adding properties to built-in objects
Prototyping the Array object
Putting scripts into JS – files
Creating a client-side tree-view list (The Help System/Glossary)
Finding Object properties (for in each – construct)
Creating a tic-tac-toe game based on DHTML principles