diff --git a/challenges/01-front-end-development-certification/basic-javascript.json b/challenges/01-front-end-development-certification/basic-javascript.json index f3bba808ba..9ffab9a861 100644 --- a/challenges/01-front-end-development-certification/basic-javascript.json +++ b/challenges/01-front-end-development-certification/basic-javascript.json @@ -4340,7 +4340,7 @@ "
var myDog = \"Hunter\";", "Note that we do not use quotes around the variable name when using it to access the property because we are using the value of the variable, not the name", "
var dogs = {
Fido: \"Mutt\",\n Hunter: \"Doberman\",\n Snoopie: \"Beagle\"
}
var breed = dogs[myDog];
console.log(breed);// \"Doberman\"
playerNumber
variable to lookup player 16
in testObj
using bracket notation."
+ "Use the playerNumber
variable to lookup player 16
in testObj
using bracket notation. Then assign that name to the player
variable."
],
"releasedOn": "January 1, 2016",
"challengeSeed": [