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 c3f67fdfcd4..4074aa8b6c2 100644 --- a/seed/challenges/01-front-end-development-certification/basic-javascript.json +++ b/seed/challenges/01-front-end-development-certification/basic-javascript.json @@ -2702,7 +2702,7 @@ "
3 === 3 // true", "In the second example,
3 === '3' // false
3 is a Number type and '3' is a String type.",
"if statement so the function will return \"Equal\" when val is strictly equal to 7"
+ "Use the strict equality operator in the if statement so the function will return \"Equal\" when val is strictly equal to 7"
],
"releasedOn": "January 1, 2016",
"challengeSeed": [