mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-13 21:02:08 +08:00
Add note about arguments object to seek and destroy challenge
This commit is contained in:
parent
8a2f9beddd
commit
c034c73871
@ -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": [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user