Skip to content

Instantly share code, notes, and snippets.

@jjcall
Created November 8, 2011 16:44
Show Gist options
  • Save jjcall/1348317 to your computer and use it in GitHub Desktop.
Save jjcall/1348317 to your computer and use it in GitHub Desktop.
function execute (someFunction, value) {
someFunction(value);
}
execute(function(word) { consnole.log (word) }, "hello");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment