Skip to content

Instantly share code, notes, and snippets.

@gsans
Created November 28, 2014 11:03
Show Gist options
  • Save gsans/4c0b316238aeb97788f4 to your computer and use it in GitHub Desktop.
Save gsans/4c0b316238aeb97788f4 to your computer and use it in GitHub Desktop.
var closureFn = function(parameter1, parameter2) {
//your code here
}
var a, b;
closureFn(a, b);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment