Merge pull request #81 from IanWitham/patch-1
Update article.md to fix typo
This commit is contained in:
commit
911bf181f3
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ alert( 0 === false ); // false, because the types are different
|
||||||
|
|
||||||
There also exists a "strict non-equality" operator `!==`, as an analogy for `!=`.
|
There also exists a "strict non-equality" operator `!==`, as an analogy for `!=`.
|
||||||
|
|
||||||
The string equality check operator is a bit longer to write, but makes it obvious what's going on and leaves less space for errors.
|
The strict equality check operator is a bit longer to write, but makes it obvious what's going on and leaves less space for errors.
|
||||||
|
|
||||||
## Comparison with null and undefined
|
## Comparison with null and undefined
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue