Skip to content

Instantly share code, notes, and snippets.

@sandboxws
Created September 28, 2011 17:33
Show Gist options
  • Save sandboxws/1248593 to your computer and use it in GitHub Desktop.
Save sandboxws/1248593 to your computer and use it in GitHub Desktop.
Hello world javascript function
var sayHello = function(name) {
console.log("Hello " + name);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment