Skip to content

Instantly share code, notes, and snippets.

@gvinter
Created June 21, 2011 16:12
Show Gist options
  • Save gvinter/1038207 to your computer and use it in GitHub Desktop.
Save gvinter/1038207 to your computer and use it in GitHub Desktop.
Simple Javascript Function
function increment(x) {
return x + 1;
}
increment(2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment