The files in this archive are some of the examples from Chapter 7
of JavaScript: The Complete Reference (Second Edition) by Thomas Powell and Fritz Schneider. For more information see http://www.javascriptref.com. 


Filename       Page     Description
---------------------------------------------------------------------
07-160.htm 	160 	Accessing Array elements 
07-161.htm 	161 	Adding and Changing Array Elements 
07-162a.htm 	162 	Removing Array Elements (1) 
07-162b.htm 	162 	Removing Array Elements (2) 
07-162c.htm 	162 	The length Property (1)
07-163.htm 	163 	The length Property (2)
07-164.htm 	164 	The length Property (3)
07-165.htm 	165 	The length Property (4)
07-166.htm 	166 	Arrays as Stacks and Queues
07-167a.htm 	167 	Manipulating Arrays - concat( ) Method 
07-167b.htm 	167 	Manipulating Arrays - concat( ) Method (2) 
07-168a.htm 	168 	Manipulating Arrays - concat( ) Method (3) 
07-168b.htm 	168 	join Method 
07-168c.htm 	168 	reverse() Method 
07-169.htm 	169 	slice() Method 
07-176.htm 	176 	Manipulating Dates 
07-177a.htm 	177 	Converting Dates to Strings 
07-177b.htm 	177 	Converting Strings to Dates 
07-180.htm 	180 	Math Object 


The text of this example is Copyright (c) 2005 The McGraw-Hill Companies.
