fix(challenges): change comment to make it clearer (#72)

This commit is contained in:
Rob Anthony 2018-06-29 20:25:59 +01:00 committed by Mrugesh Mohapatra
parent 6c8700136f
commit 46fcf434cd

View File

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