In order to find more details about this
usage, follow link below.
https://www.w3schools.com/Js/js_this.asp
I just took the following part from that page.
Demo 1
this
value is global object in line 11.
this
value is person object in line 6.
In order to find more details about this
usage, follow link below.
https://www.w3schools.com/Js/js_this.asp
I just took the following part from that page.
this
value is global object in line 11.
this
value is person object in line 6.