From 200734ae957c133a07ee390d9fb869cb903b208e Mon Sep 17 00:00:00 2001 From: Kevin Busse Date: Wed, 13 Apr 2016 11:46:56 +0200 Subject: [PATCH] Fixed typo --- .../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 c3f67fdfcd..4074aa8b6c 100644 --- a/challenges/01-front-end-development-certification/basic-javascript.json +++ b/challenges/01-front-end-development-certification/basic-javascript.json @@ -2702,7 +2702,7 @@ "
3 === 3 // true
3 === '3' // false
", "In the second example, 3 is a Number type and '3' is a String type.", "

Instructions

", - "Use strict equality operator in 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": [