fix seed different from description iterating odd numbers with for loop
closes #4081
This commit is contained in:
@ -925,7 +925,7 @@
|
||||
"challengeSeed":[
|
||||
"var ourArray = [];",
|
||||
"",
|
||||
"for(var i = 1; i < 10; i += 2){",
|
||||
"for(var i = 0; i < 10; i += 2){",
|
||||
" ourArray.push(i);",
|
||||
"}",
|
||||
"",
|
||||
|
Reference in New Issue
Block a user