Skip to content

Instantly share code, notes, and snippets.

@Irio
Created June 1, 2012 19:18
Show Gist options
  • Save Irio/2854516 to your computer and use it in GitHub Desktop.
Save Irio/2854516 to your computer and use it in GitHub Desktop.
for in CoffeeScript
weekday = 10
console.log 'this will be printed 10 times' for index in [0..(weekday-1)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment