Hacker News new | ask | show | jobs
by Ghostium 3390 days ago
Maybe this could help: https://github.com/getify/You-Dont-Know-JS/blob/master/this%...
1 comments

Yeah, I always understand "how" from books like this, but not "why". Why is javascript like that?

More to the point, what is the reason for prototype-based inheritance, what is its benefit, what more can you do with it than with C++/java, where does it make life easier.