fix question details: JavaScript, ES6 category (#17407)
* fix question details * Update es6.json
This commit is contained in:
committed by
Quincy Larson
parent
98d633aab5
commit
dd61e8df98
@ -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);",
|
||||||
|
Reference in New Issue
Block a user