0
Plz explain Object constructor with an easy example..
4 Antworten
+ 10
HRITIK.DIYUNDI your welcome 🙂
Happy Coding 🤗
+ 10
Thanks to w3school 👇 this might help you 👇
https://goo.gl/search/object+constructor+javascript+example
JavaScript Constructors - W3Schools The this Keyword
In JavaScript, the thing called this is the object that "owns" the code. The value of this , when used in an object, is the object itself. In a constructor function this does not have a value. It is a substitute for the new object.
+ 1
Thanks
0
Yes brother