Merge pull request #81 from IanWitham/patch-1

Update article.md to fix typo
This commit is contained in:
Ilya Kantor 2017-07-10 00:04:33 +03:00 committed by GitHub
commit 911bf181f3

View file

@ -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 `!=`.
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