DEV Community

Mohan Mogi
Mohan Mogi

Posted on

JAVASCRIPT OBJECT FUCTIONS

OBJECT CONSTRUCTOR FUNCTIONS:
The constructor method for creating and initailizing object.Sometimes create many object of the same type,to create an objecct constructor function.constructor functions with an first letter start with an upper case letter.

Top comments (0)