Last active
January 29, 2016 21:13
-
-
Save g-patel/9a60c280480923d3a6e9 to your computer and use it in GitHub Desktop.
coffe sucks
This file contains 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
//coffee | |
[1,2,3].push [4] .map .reduce | |
//js | |
// Generated by CoffeeScript 1.10.0 | |
(function() { | |
[1, 2, 3].push([4].map.reduce); | |
}).call(this); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment