Skip to content

Instantly share code, notes, and snippets.

@m0wfo
Created October 16, 2013 23:33
Show Gist options
  • Save m0wfo/7016824 to your computer and use it in GitHub Desktop.
Save m0wfo/7016824 to your computer and use it in GitHub Desktop.
function perform_math(fn, a, b) {
return fn(a, b);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment