Search Results
Searching for: Functions in JavaScript
Constructor
Language: JavaScript
A constructor is a function used as a prototype for an object, and when called, create a new object instance from the prototype.
< Previous Page | Next Page >
A constructor is a function used as a prototype for an object, and when called, create a new object instance from the prototype.