Created
May 22, 2015 17:47
-
-
Save isRuslan/6b4d679ca701f82c800a to your computer and use it in GitHub Desktop.
Find the random!
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
| var random = Math.floor(Math.random() * 100 + 1) | |
| // your code | |
| var guess = ... | |
| console.assert(guess, random, 'NO!'): |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment