Merge pull request #2213 from dokkillo/staging

issue #2191
This commit is contained in:
benmcmahon100
2015-08-19 19:11:27 +01:00

View File

@ -935,7 +935,7 @@
],
"challengeSeed":[
"var min = 0;",
"var max = 12;",
"var max = 9;",
"function myFunction() {",
" // Make myFunction return a random number between zero and nine instead of a decimal",
" // Only change code below this line.",