Skip to content

LearnTS Mixins uses super.method() in solution without it being previously introduced #848

@apxamccallum

Description

@apxamccallum

I was unable to complete this lesson as there was no instruction on how to reference items from the source object. Maybe super should be included with the inheritance lesson?

activate() {
super.activate();
this.log("Activating...");
}
deactivate() {
super.deactivate();
this.log("Deactivating...");

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions