From dd61e8df98ebe512e7051188dc0f062c4648847e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Feje=C5=A1?= Date: Sun, 3 Jun 2018 15:48:56 +0200 Subject: [PATCH] fix question details: JavaScript, ES6 category (#17407) * fix question details * Update es6.json --- .../02-javascript-algorithms-and-data-structures/es6.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/seed/challenges/02-javascript-algorithms-and-data-structures/es6.json b/seed/challenges/02-javascript-algorithms-and-data-structures/es6.json index 897b00ea1d..82403ab3ca 100644 --- a/seed/challenges/02-javascript-algorithms-and-data-structures/es6.json +++ b/seed/challenges/02-javascript-algorithms-and-data-structures/es6.json @@ -823,7 +823,7 @@ " \"use strict\";", " // change code below this line", " arr = list; // change this", - " // change code below this line", + " // change code above this line", " return arr;", "}", "const arr = removeFirstTwo(source);", @@ -1384,4 +1384,4 @@ } } ] -} \ No newline at end of file +}