From d0024f85b6fa5056e8b3d2281b6411e9e1dacbfb Mon Sep 17 00:00:00 2001 From: Timo Date: Thu, 1 Dec 2016 22:38:21 +0100 Subject: [PATCH] Add note about arguments object to seek and destroy challenge --- .../01-front-end-development-certification/basic-bonfires.json | 1 + 1 file changed, 1 insertion(+) 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 9013f957e7..b7efd37030 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": [