Skip to content

Instantly share code, notes, and snippets.

@bmorelli25
Created July 6, 2017 14:57
Show Gist options
  • Save bmorelli25/01af20b77ee6c566aba8300cab0bf7e5 to your computer and use it in GitHub Desktop.
Save bmorelli25/01af20b77ee6c566aba8300cab0bf7e5 to your computer and use it in GitHub Desktop.
closure example 2
function name(n) {
return function(a) {
return `${n} likes ${a}`;
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment