Skip to content

Instantly share code, notes, and snippets.

@laser
Created December 31, 2014 18:28
Show Gist options
  • Save laser/8c268c1e26ae5d886974 to your computer and use it in GitHub Desktop.
Save laser/8c268c1e26ae5d886974 to your computer and use it in GitHub Desktop.
d
function sum(x, y) {
return x + y;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment