Hacker News new | ask | show | jobs
by davidjnelson 3277 days ago
Couldn't you solve this with privates, either via a naming convention or with symbols, as well as using getters?
1 comments

Not really. If I declare that an object has property xyz obj.xyz and obj['xyz'] are both valid ways of addressing it.