diff --git a/challenges/02-javascript-algorithms-and-data-structures/basic-javascript.json b/challenges/02-javascript-algorithms-and-data-structures/basic-javascript.json index d1fd6ed83c..56dcd45359 100644 --- a/challenges/02-javascript-algorithms-and-data-structures/basic-javascript.json +++ b/challenges/02-javascript-algorithms-and-data-structures/basic-javascript.json @@ -2562,7 +2562,7 @@ "
var someVar = \"Hat\";
function myFun() {
var someVar = \"Head\";
return someVar;
}
", "The function myFun will return \"Head\" because the local version of the variable is present.", "
", - "Add a local variable to myOutfit to override the value of outerWear with \"sweater\"." + "Add a local variable to myOutfit function to override the value of outerWear with \"sweater\"." ], "releasedOn": "January 1, 2016", "challengeSeed": [