Skip to content

Instantly share code, notes, and snippets.

@ilearnjavascript
Created March 27, 2019 23:41
Show Gist options
  • Save ilearnjavascript/f351a9491d375a16b62501a37d2096f1 to your computer and use it in GitHub Desktop.
Save ilearnjavascript/f351a9491d375a16b62501a37d2096f1 to your computer and use it in GitHub Desktop.
es6 - classes - 12.js
john.greet(); // ouputs: Hello my name is John Doe
john.shoot(); // outputs: Uncaught TypeError: john.shoot is not a function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment