Skip to content

Instantly share code, notes, and snippets.

@jsmanifest
Created April 7, 2020 15:23
Show Gist options
  • Save jsmanifest/c7f31f8ea79f238a1f09f45ff393f655 to your computer and use it in GitHub Desktop.
Save jsmanifest/c7f31f8ea79f238a1f09f45ff393f655 to your computer and use it in GitHub Desktop.
class Toad {
constructor(habitat, name, gender, weight) {
this.habitat = habitat
this.frog = new Frog(name, gender, weight)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment