Constuctor
constuctor starts with captial letter
in constructor
thishas 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)