Skip to content

Instantly share code, notes, and snippets.

@ibare
Created January 9, 2015 01:50
Show Gist options
  • Save ibare/6a42b89bebc98d8e7cb6 to your computer and use it in GitHub Desktop.
Save ibare/6a42b89bebc98d8e7cb6 to your computer and use it in GitHub Desktop.
function double(a) {
return add(a, a);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment