Skip to content

Instantly share code, notes, and snippets.

Top 4 Javascript Concepts a Node.js Beginner Must Know 4
// 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