We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 488e850 commit 2a3c6bcCopy full SHA for 2a3c6bc
1-js/02-first-steps/08-comparison/article.md
@@ -108,7 +108,7 @@ From JavaScript's standpoint that's quite normal. An equality check converts usi
108
109
## Strict equality
110
111
-A regular equality check `"=="` has a problem. It cannot differ `0` from `false`:
+A regular equality check `==` has a problem. It cannot differ `0` from `false`:
112
113
```js run
114
alert( 0 == false ); // true
0 commit comments