Skip to content

Instantly share code, notes, and snippets.

@danielkhan
Created May 18, 2015 14:22
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 danielkhan/17a3073b44a4db71d65a to your computer and use it in GitHub Desktop.
Save danielkhan/17a3073b44a4db71d65a to your computer and use it in GitHub Desktop.
var myAdder = require('./adder');
console.log(myAdder.version); // will print 0.0.1
console.log(myAdder.add(4, 23)); // will print 27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment