Created
January 12, 2016 22:50
-
-
Save avdg/35f1bd07b3082450ab48 to your computer and use it in GitHub Desktop.
Test case code compression
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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