From c034c7387145fec58ba0fe53fc5a30ef635e87a6 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/challenges/01-front-end-development-certification/basic-bonfires.json b/challenges/01-front-end-development-certification/basic-bonfires.json index 9013f957e7..b7efd37030 100644 --- a/challenges/01-front-end-development-certification/basic-bonfires.json +++ b/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": [