Language Java Script Definitive Examples 7.1.TXT

// This example is from the book _JavaScript: The Definitive Guide_. 
// Written by David Flanagan. Copyright (c) 1996 O'Reilly & Associates.
// This example is provided WITHOUT WARRANTY either expressed or implied.
// You may study, use, modify, and distribute it for any purpose. 
// Define the constructor.
// Note how it initializes the object referred to by "this"
function Rectangle(w, h) 
{
 this.width =index.html w;
 this.height = h;
}
// invoke the constructor to create two rectangle objects
// Notice that we pass the width and height to the constructor, so it
// can initialize each new object appropriately.
rect1 = new Rectangle(2, 4);
rect2 = new Rectangle(8.5, 11);

file: /Techref/language/java/script/definitive/examples/7.1.txt, 0KB, , updated: 1997年4月4日 11:59, local time: 2025年10月4日 11:25,
40.74.122.252:LOG IN

©2025 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions?
Please DO link to this page! Digg it! / MAKE!

<A HREF="http://techref.massmind.org/Techref/language/java/script/definitive/examples/7.1.txt"> language java script definitive examples 7</A>

Did you find what you needed?

Welcome to massmind.org!

Welcome to techref.massmind.org!

.

AltStyle によって変換されたページ (->オリジナル) /