Y
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
emodendroket
3277 days ago
Not really. If I declare that an object has property xyz obj.xyz and obj['xyz'] are both valid ways of addressing it.
link