Merge pull request #8088 from KevinBusse/fix/typo-in-challenge-issue-8086

Fix typo in Comparison With the Strict Equality Operator Challenge
This commit is contained in:
Mrugesh Mohapatra
2016-04-13 20:43:54 +05:30

View File

@ -2702,7 +2702,7 @@
"<blockquote>3 === 3 // true<br>3 === '3' // false</blockquote>",
"In the second example, <code>3</code> is a <code>Number</code> type and <code>'3'</code> is a <code>String</code> type.",
"<h4>Instructions</h4>",
"Use strict equality operator in <code>if</code> statement so the function will return \"Equal\" when <code>val</code> is strictly equal to <code>7</code>"
"Use the strict equality operator in the <code>if</code> statement so the function will return \"Equal\" when <code>val</code> is strictly equal to <code>7</code>"
],
"releasedOn": "January 1, 2016",
"challengeSeed": [