There’s rarely a week when I don't see an article by another guy who has “finally” figured out how to bring classes to Javascript.
Why is it this way? Javascript inheritance syntax is a mess now. The idea is so simple it could be explained in one sentence (each object has a [[Prototype]] ref, and props are looked up first in object itself, then in
(
Read more... )