Skip to content

Instantly share code, notes, and snippets.

@brianleroux
Created May 12, 2010 17:32
Show Gist options
  • Save brianleroux/398863 to your computer and use it in GitHub Desktop.
Save brianleroux/398863 to your computer and use it in GitHub Desktop.
var test = (function({ arguments:[] }){
console.log(arguments[0]);
});
test('fffffffffu');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment