javascript Object_Obj constructor
| constructor | NN 4 IE 4 ECMA 1 |
| Read/Write | |
|
Provides a reference to the function that created the instance of an Object objectthe native Object( ) constructor function in browsers. |
|
| Example | |
if (myVar.constructor == Object) {
// process native string
}
|
|
| Value | |
Function object reference. |
|
Previous: javascript Object_Obj prototype
1399,Nickname,Homepage or email,Comments here,Add comment
