Closed jrhorn424 closed 8 years ago
this gets bound after new object creation. Add reference to how new Function() works:
this
new Function()
added notes detailing this after constructor section.
@J-Weeks Would you please change it to this? The same list was included in js-objects-constructors.
js-objects-constructors
{}
@jrhorn424 Can this be closed?
Thanks @J-Weeks
this
gets bound after new object creation. Add reference to hownew Function()
works:this
is set)