Skip to content

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

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...");

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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