Skip to content

Instantly share code, notes, and snippets.

@iam-peekay
Last active April 16, 2019 16:02
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save iam-peekay/454feafd7f735581dbf8 to your computer and use it in GitHub Desktop.
Save iam-peekay/454feafd7f735581dbf8 to your computer and use it in GitHub Desktop.
var myModule = require('myModule');
var myModuleInstance = new myModule();
myModuleInstance.hello(); // 'hello!'
myModuleInstance.goodbye(); // 'goodbye!'
@charleszardo
Copy link

typo on line 4

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