fix question details: JavaScript, ES6 category (#17407)

* fix question details

* Update es6.json
This commit is contained in:
Stefan Feješ
2018-06-03 15:48:56 +02:00
committed by Quincy Larson
parent 98d633aab5
commit dd61e8df98

View File

@ -823,7 +823,7 @@
" \"use strict\";", " \"use strict\";",
" // change code below this line", " // change code below this line",
" arr = list; // change this", " arr = list; // change this",
" // change code below this line", " // change code above this line",
" return arr;", " return arr;",
"}", "}",
"const arr = removeFirstTwo(source);", "const arr = removeFirstTwo(source);",
@ -1384,4 +1384,4 @@
} }
} }
] ]
} }