Skip to content

Instantly share code, notes, and snippets.

@danprince
Created October 10, 2013 11:29
Show Gist options
  • Save danprince/6916922 to your computer and use it in GitHub Desktop.
Save danprince/6916922 to your computer and use it in GitHub Desktop.
61 - Coffeescript Mash
m=(a,b)->
o=[]
a.map (y,j) ->
alert [y,b[j]].join("")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment