fix(seed): Typo correction to es6.json in javascript challeng (#16589)

Closes #16584
This commit is contained in:
Neenad Ingole
2018-01-28 13:18:09 +05:30
committed by mrugesh mohapatra
parent 62c5720d9b
commit b36ba2cc99

View File

@ -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.');",