JS Object object
CSGNetwork FREE Source Code, Javascript Source, and Code Snippets!
CSGNetwork Custom Search
     Bookmark and Share
 
CSGNetwork
Snippets
Calculators
Top Free Apps
Home
Back



Right click this window and select "view source" in order to copy the source for this script.

Object object

You can define your own objects in JavaScript, with custom properties and methods.

Constructor:

new Object()

{ } //object literal. JavaScript 1.2

Properties

Properties Description
constructor Specifies the function that's the constructor for the object.

Methods

Methods Description
hasOwnProperty() n/a
isPrototypeOf n/a
propertyIsEnumerable() n/a
toLocalString() n/a
toString() n/a
valueOf() n/a


Bookmark and Share
Registered® Trademark™ and Copyright© 1973 - CSG, Computer Support Group, Inc. and CSGNetwork.Com All Rights Reserved