Skip to content

Instantly share code, notes, and snippets.

@jrobber
Created August 26, 2017 18:08
Show Gist options
  • Save jrobber/54346ee3bf2755e4f61fbf4ee40594a7 to your computer and use it in GitHub Desktop.
Save jrobber/54346ee3bf2755e4f61fbf4ee40594a7 to your computer and use it in GitHub Desktop.
function doStuff(p1, p2, p3){
var abc = 123;
function yes(a){
console.log('words')
}
return yes;
}
doStuff(2,4,5)(6)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment