Skip to content

Instantly share code, notes, and snippets.

@avdg
Created January 12, 2016 22:50
Show Gist options
  • Save avdg/35f1bd07b3082450ab48 to your computer and use it in GitHub Desktop.
Save avdg/35f1bd07b3082450ab48 to your computer and use it in GitHub Desktop.
Test case code compression
var arguments;
var e = function() {var arguments = 5; return arguments};
var f = function() {return arguments.length};
var e = function() {var a = 5; return a};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment