Skip to content
This repository has been archived by the owner on Sep 25, 2019. It is now read-only.

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

Merged
merged 1 commit into from
Jun 29, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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);",
Expand Down