Skip to content

Instantly share code, notes, and snippets.

@debugmodedotnet
Created December 21, 2018 13:45
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 debugmodedotnet/645a7aa6d6e9b1fab19dd0adf8ef828b to your computer and use it in GitHub Desktop.
Save debugmodedotnet/645a7aa6d6e9b1fab19dd0adf8ef828b to your computer and use it in GitHub Desktop.
var a = new Speaker('dj');
a.hello(); // hey dj
var b = new Speaker('Jason');
b.hello(); // hey Jason
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment