Lesson 31 - Javascript Generate random whole numbers within a range comment error #1947

Comment needed changed to be more concise.

See #1947
pull/3661/head
Braden Whited 2015-10-08 17:47:06 -04:00
parent 98d151a591
commit f39fca4472
1 changed files with 1 additions and 1 deletions

View File

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