From 5ccc733a5f6c2a0e619ad8d7e496ff397fbb25ce Mon Sep 17 00:00:00 2001 From: Andrew Younge Date: Sat, 21 May 2016 20:12:03 +0800 Subject: [PATCH] Remove unnecessary line in Profile Lookup --- .../basic-javascript.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/challenges/01-front-end-development-certification/basic-javascript.json b/challenges/01-front-end-development-certification/basic-javascript.json index 2c7000056f..3adff1e627 100644 --- a/challenges/01-front-end-development-certification/basic-javascript.json +++ b/challenges/01-front-end-development-certification/basic-javascript.json @@ -4891,8 +4891,7 @@ "The function should check if firstName is an actual contact's firstName and the given property (prop) is a property of that contact.", "If both are true, then return the \"value\" of that property.", "If firstName does not correspond to any contacts then return \"No such contact\"", - "If prop does not correspond to any valid properties then return \"No such property\"", - "" + "If prop does not correspond to any valid properties then return \"No such property\"" ], "releasedOn": "January 8, 2016", "challengeSeed": [