Last active
July 17, 2016 18:59
Top 4 Javascript Concepts a Node.js Beginner Must Know 4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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