Created
November 30, 2011 21:13
-
-
Save ccapndave/1410844 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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