fix(seed): Typo correction to es6.json in javascript challeng (#16589)
Closes #16584
This commit is contained in:
committed by
mrugesh mohapatra
parent
62c5720d9b
commit
b36ba2cc99
@ -124,13 +124,13 @@
|
||||
"",
|
||||
" var sentence = str + \" is cool!\";",
|
||||
" for(var i = 0; i < str.length; i+=2) {",
|
||||
" console.log(str2);",
|
||||
" console.log(str);",
|
||||
" }",
|
||||
"",
|
||||
" // change code above this line",
|
||||
"",
|
||||
"}",
|
||||
"printManyTimes(\"FreeCodeCamp\");"
|
||||
"printManyTimes(\"freeCodeCamp\");"
|
||||
],
|
||||
"tests": [
|
||||
"getUserInput => assert(!getUserInput('index').match(/var/g),'message: <code>var</code> does not exist in code.');",
|
||||
|
Reference in New Issue
Block a user