diff --git a/challenges/01-front-end-development-certification/basic-javascript.json b/challenges/01-front-end-development-certification/basic-javascript.json index 6a4c302b7f7..0b666b359cc 100644 --- a/challenges/01-front-end-development-certification/basic-javascript.json +++ b/challenges/01-front-end-development-certification/basic-javascript.json @@ -3384,7 +3384,7 @@ "Here is a sample of using the dot operator (.) to read an object property:", "
var myObj = {
prop1: \"val1\",
prop2: \"val2\"
};
var prop1val = myObj.prop1; // val1
var prop2val = myObj.prop2; // val2
", "

Instructions

", - "Read in the property values of testObj using dot notation. Set the property hat to the variable hatValue and the property shirt to shirtValue." + "Read in the property values of testObj using dot notation. Set the variable hatValue equal to the object property hat and set the variable shirtValue equal to the object property shirt." ], "releasedOn": "January 1, 2016", "challengeSeed": [