Fixed typo
This commit is contained in:
@ -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": [
|
||||
|
Reference in New Issue
Block a user