Skip to content

Instantly share code, notes, and snippets.

@ccapndave
Created November 30, 2011 21:13
Show Gist options
  • Save ccapndave/1410844 to your computer and use it in GitHub Desktop.
Save ccapndave/1410844 to your computer and use it in GitHub Desktop.
makeRandomArray: ->
for x in [0..10]
Math.round Math.random() * 100
# How can I get the value at (x-1) here???
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment