DEV Community

A K I L A N
A K I L A N

Posted on

constuctor in js

Constuctor

  • constuctor starts with captial letter

  • in constructor this has no value.

  • we can add propertiey to created object is easy variable.nationality = "English";

  • we can also add object to constructor object object.prototype.nationality = "English";

  • constructor function also had methods

Top comments (0)