Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@modalsoul
Created October 10, 2012 21:04
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save modalsoul/3868393 to your computer and use it in GitHub Desktop.
Save modalsoul/3868393 to your computer and use it in GitHub Desktop.
function hello(name){
console.log("Hello " + name);
}
hello('node.js');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment