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?
⟩ ⟩ ⟩ method
features of method
[[HomeObject]] - every method remembers its .
generator function as ... (method)
method transformers
memoization - make a method "remember" its return values.
other topics
polymorphism - same method name, different callers.
(method binding)
⟩
⟩ ⟩