Skip to content

Instantly share code, notes, and snippets.

@begin29
Created December 2, 2016 10:02
Show Gist options
  • Save begin29/b729a61cc7261e31dbdec28516ed5a27 to your computer and use it in GitHub Desktop.
Save begin29/b729a61cc7261e31dbdec28516ed5a27 to your computer and use it in GitHub Desktop.
coffescript useful snippets
# for with index
for value, index in list
console.log value, index
#jQuery each
$.each data, (i, line) ->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment