Skip to content

Instantly share code, notes, and snippets.

@yazz
Forked from modalsoul/helloworld.js
Created October 29, 2019 07:13
Show Gist options
  • Save yazz/53397be033c256cdd8adeb83a895687e to your computer and use it in GitHub Desktop.
Save yazz/53397be033c256cdd8adeb83a895687e 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