Ⓜ️method
a function that is an object's property.
Last updated
Was this helpful?
a function that is an object's property.
Last updated
Was this helpful?
Was this helpful?
features of method
[[HomeObject]] - every method remembers its HomeObject.
generator function as ... (method)
method transformers
- make a method "remember" its return values.
other topics
- same method name, different callers.
is passed by the function call. 👉 method binding.