From 01e2007bb670f950a1a38ae125776be032e49d32 Mon Sep 17 00:00:00 2001 From: LibanTheDev Date: Sat, 16 Apr 2016 23:56:43 -0400 Subject: [PATCH] Changed instructions on basic JS challenge --- .../basic-javascript.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/01-front-end-development-certification/basic-javascript.json b/challenges/01-front-end-development-certification/basic-javascript.json index a8a47f849b..d472985bc4 100644 --- a/challenges/01-front-end-development-certification/basic-javascript.json +++ b/challenges/01-front-end-development-certification/basic-javascript.json @@ -3912,7 +3912,7 @@ "
var myObj = {
\"Space Name\": \"Kirk\",
\"More Space\": \"Spock\"
};
myObj[\"Space Name\"]; // Kirk
myObj['More Space']; // Spock
", "Note that property names with spaces in them must be in quotes (single or double).", "

Instructions

", - "Read the values of the properties \"an entree\" and \"the drink\" of testObj using bracket notation." + "Read the values of the properties \"an entree\" and \"the drink\" of testObj using bracket notation and assign them to entreeValue and drinkValue respectively." ], "releasedOn": "January 1, 2016", "challengeSeed": [