Merge pull request #3661 from BradenWhited/fix/Lesson-31-More-Concise-Comment
Fix - Comment In Lesson 31 Needs To Be More Concise
This commit is contained in:
@ -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();",
|
||||||
|
Reference in New Issue
Block a user