4 types of Object
Intrinsic objects - Date ,String .number,.....
Host Objects - Window ,document
Creating Objects - var obj =new Object();
Activex Object
The type of all objects created with a custom constructor is object. There are only six types in JavaScript:object, function, string, number, boolean, and undefined.
Intrinsic objects - Date ,String .number,.....
Host Objects - Window ,document
Creating Objects - var obj =new Object();
Activex Object
The type of all objects created with a custom constructor is object. There are only six types in JavaScript:object, function, string, number, boolean, and undefined.