Home
My Highlights
Discover
Sign up
Object methods, "this"
javascript.info
Arrow functions are special: they don’t have their “own” this The value of this is evaluated during the run-time, depending on the context. Functions that are stored in object properties are called “methods”. A function that is a property of an object is called its method keyword this
11 Users
0 Comments
95 Highlights
1 Notes
Top Highlights
Arrow functions are special: they don’t have their “own” this
The value of this is evaluated during the run-time, depending on the context.
Functions that are stored in object properties are called “methods”.
A function that is a property of an object is called its method
keyword this
Domain
javascript.info
Ready to highlight and find good content?
Glasp is a social web highlighter that people can highlight and organize quotes and thoughts from the web, and access other like-minded people’s learning.
Start Highlighting