I believe the community just says A inherits B even thought they mean that
A.prototype.[[Prototype]] == B.prototype.

On Oct 23, 2011 7:24 PM, "Axel Rauschmayer" <[email protected]> wrote:

>> - What about primitives?Are there primitive types and object types? Is
the union of the two calle...
Yes that is probably the most elegant way of defining the term. Afterwards,
one can go on and describe how primitives work.

>> - If instance factory B inherits from instance factory A, is B a subclass
of A? B a subtype of ...
B.prototype inherits A.protoype.
A.prototype is a prototype of B. prototype (ugh).

--  Dr. Axel Rauschmayer [email protected] home: rauschma.de twitter:
twitter.com/rauschma blog: 2al...

_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to