Hacker News new | ask | show | jobs
by nostalgeek 2994 days ago
> it's just syntatic sugar around the prototype model.

No it allows "super" late binding, something you cannot do with functions and prototypes. It's not just "sugar".