diff --git a/seed/challenges/01-front-end-development-certification/basic-javascript.json b/seed/challenges/01-front-end-development-certification/basic-javascript.json
index 2c7000056f..3adff1e627 100644
--- a/seed/challenges/01-front-end-development-certification/basic-javascript.json
+++ b/seed/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": [