Skip to content

Instantly share code, notes, and snippets.

@wolfhesse
Created April 28, 2017 08:22
Show Gist options
  • Save wolfhesse/001f8d40dde21d3fcf472d1d28efd2d0 to your computer and use it in GitHub Desktop.
Save wolfhesse/001f8d40dde21d3fcf472d1d28efd2d0 to your computer and use it in GitHub Desktop.
node :particle :source :code
let h2=(x)=>{let i=()=>{console.log(x);}; return i;}
h2(1)
h2(23)()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment