Skip to content

Instantly share code, notes, and snippets.

@stimms
Forked from anonymous/forrestLoop.coffee
Last active December 16, 2015 11:59
Show Gist options
  • Save stimms/5431462 to your computer and use it in GitHub Desktop.
Save stimms/5431462 to your computer and use it in GitHub Desktop.
forest = ["pine", "birch", "spruce"]
for tree in forest
console.log tree
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment