From 879dabe7b2a0bea891c1a799889228aad98dbd8e Mon Sep 17 00:00:00 2001 From: RobAnthony01 Date: Thu, 28 Jun 2018 07:21:50 +0100 Subject: [PATCH] fix(challenges): change comment to make it clearer which lines to edit ISSUES CLOSED: #64 --- .../02-javascript-algorithms-and-data-structures/es6.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/02-javascript-algorithms-and-data-structures/es6.json b/challenges/02-javascript-algorithms-and-data-structures/es6.json index 6f5dbb1e8..717a51960 100644 --- a/challenges/02-javascript-algorithms-and-data-structures/es6.json +++ b/challenges/02-javascript-algorithms-and-data-structures/es6.json @@ -906,7 +906,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);",