This commit is contained in:
dokkillo 2015-08-19 19:12:51 +02:00
parent 6d5309b189
commit 0b45c69d32

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.",