Skip to content

Instantly share code, notes, and snippets.

@xie-qianyue
Created April 11, 2016 09:56
Show Gist options
  • Save xie-qianyue/e6d021aec23cb783a57dcd045853b52f to your computer and use it in GitHub Desktop.
Save xie-qianyue/e6d021aec23cb783a57dcd045853b52f to your computer and use it in GitHub Desktop.
function foo() {
var f = (...args) => args[0];
return f(2);
}
console.log(foo()); // 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment