Sep 27 meeting notes

John J Barton johnjbarton at johnjbarton.com
Fri Sep 30 19:38:25 PDT 2011


On Fri, Sep 30, 2011 at 5:47 PM, Axel Rauschmayer <axel at rauschma.de> wrote:
>
> Isn't it just a matter of referring to the property with "super"?
> class Pirate {
>   get name() {
>     return "Captn' " + super.name;
>   }
> }

just trying to understand: how is super different from __proto__?
jjb


More information about the es-discuss mailing list