blog.wolftankk.com
[RT] Defining Getters and Setters in NodeJS
Recently I discovered something interesting while messing around with NodeJS… you can define getters and setters using the ECMAScript5 syntax. For a useless example I could do something like this: …