Skip to content

Instantly share code, notes, and snippets.

@DominicGBauer
Last active January 15, 2019 14:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DominicGBauer/94f904d9246a487ec53f8650b5c83ab2 to your computer and use it in GitHub Desktop.
Save DominicGBauer/94f904d9246a487ec53f8650b5c83ab2 to your computer and use it in GitHub Desktop.
Master
class Master {
tenThousandHours(sweat) {
this.sweat = sweat;
}
grind() {
console.log(this.sweat);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment