Skip to content

Instantly share code, notes, and snippets.

@harpresing
Created February 7, 2016 00:19
Show Gist options
  • Save harpresing/f3d4a9474cfefc7a6f2a to your computer and use it in GitHub Desktop.
Save harpresing/f3d4a9474cfefc7a6f2a to your computer and use it in GitHub Desktop.
Free Code Camp tutorial on NodeJS

To make a Node.js program, create a new file with a .js extension and
start writing JavaScript! Execute your program by running it with the node
command. e.g.:

 $ node program.js  

You can write to the console in the same way as in the browser:

 console.log("text");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment