Skip to content

Instantly share code, notes, and snippets.

@theleancoder
Created November 29, 2015 18:24
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 theleancoder/0a212f7f4dc7f8201b62 to your computer and use it in GitHub Desktop.
Save theleancoder/0a212f7f4dc7f8201b62 to your computer and use it in GitHub Desktop.
// extract a core module like this
var http = require('http);
// extract a user defined module like this
var something = require('./folder1/folder2/folder3/something.js');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment