diff --git a/seed/challenges/01-front-end-development-certification/basic-bonfires.json b/seed/challenges/01-front-end-development-certification/basic-bonfires.json index 9013f957e7b..b7efd37030f 100644 --- a/seed/challenges/01-front-end-development-certification/basic-bonfires.json +++ b/seed/challenges/01-front-end-development-certification/basic-bonfires.json @@ -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.", + "Note
You have to use the arguments object.", "Remember to use Read-Search-Ask if you get stuck. Write your own code." ], "challengeSeed": [