Skip to content

Instantly share code, notes, and snippets.

@grapswiz
Created February 3, 2013 07:01
Show Gist options
  • Select an option

  • Save grapswiz/4700803 to your computer and use it in GitHub Desktop.

Select an option

Save grapswiz/4700803 to your computer and use it in GitHub Desktop.
function functionA (b) {
var functionB = function (a) {
console.log('a and b function');
};
return functionB;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment