getter/setter
Last updated
Was this helpful?
Last updated
Was this helpful?
⟩ ⟩ ⟩ ⟩ getter/setter
(⭐️ ES5)
an accessor property (not a data property) that has a getter and/or a setter method.
synonyms: "accessor property"
class getter/setter
⭐️ ES6 (2015) (shorthand method names)
replit:
⟩