Skip to content

Instantly share code, notes, and snippets.

@tedysaputro
Created June 11, 2017 13:47
Show Gist options
  • Save tedysaputro/b9baab30cf41f1b56ba347923484bda6 to your computer and use it in GitHub Desktop.
Save tedysaputro/b9baab30cf41f1b56ba347923484bda6 to your computer and use it in GitHub Desktop.
Hello Node JS
'use strict';
var x=1;
var y=3;
console.log(x+y);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment