Why was JavaScript Implemented Using Prototypal Inheritance?
Posted
by nickyt
on Stack Overflow
See other posts from Stack Overflow
or by nickyt
Published on 2010-01-19T02:08:33Z
Indexed on
2010/03/17
6:51 UTC
Read the original article
Hit count: 467
There's lots of articles and posts explaining how JavaScript inheritance works, but I'm curious why JavaScript was implemented using prototypal inheritance instead of classical inheritance. I love JavaScript so I'm not saying it's bad thing... I'm just curious.
© Stack Overflow or respective owner