Skip to content

Instantly share code, notes, and snippets.

@onteria
Created May 26, 2011 20:23
Show Gist options
  • Save onteria/993997 to your computer and use it in GitHub Desktop.
Save onteria/993997 to your computer and use it in GitHub Desktop.
A hello world script
function helloWorld() {
console.log("hello world");
}
helloWorld();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment