Skip to content

Instantly share code, notes, and snippets.

@g-patel
Last active January 29, 2016 21:13
Show Gist options
  • Save g-patel/9a60c280480923d3a6e9 to your computer and use it in GitHub Desktop.
Save g-patel/9a60c280480923d3a6e9 to your computer and use it in GitHub Desktop.
coffe sucks
//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