Add note about arguments object to seek and destroy challenge

pull/11892/head
Timo 2016-12-01 22:38:21 +01:00 committed by Stuart Taylor
parent 12d09948e1
commit d0024f85b6
1 changed files with 1 additions and 0 deletions

View File

@ -671,6 +671,7 @@
"title": "Seek and Destroy",
"description": [
"You will be provided with an initial array (the first argument in the destroyer function), followed by one or more arguments. Remove all elements from the initial array that are of the same value as these arguments.",
"<strong>Note</strong><br> You have to use the <code>arguments</code> object.",
"Remember to use <a href=\"http://forum.freecodecamp.com/t/how-to-get-help-when-you-are-stuck/19514\" target=\"_blank\">Read-Search-Ask</a> if you get stuck. Write your own code."
],
"challengeSeed": [