Hacker News new | ask | show | jobs
by MatthewPhillips 5071 days ago
JavaScript supports getters too.

https://developer.mozilla.org/en/JavaScript/Reference/Operat... https://developer.mozilla.org/en/JavaScript/Reference/Global...

1 comments

Every browser doesn't support them though. The nice thing about a language compiled to Javascript is that you don't have to write any code to check if you can use getters.