Hacker News new | ask | show | jobs
by pjmlp 1042 days ago
JavaScript like SELF and NewtonScript is based on prototypal inheritance as OOP model, even classes in JavaScript are mostly syntax sugar for how that is done at low level.