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.
2 parents d6780d7 + d7b5eb3 commit cac18f4Copy full SHA for cac18f4
index.html
@@ -57,7 +57,9 @@ <h2>A standard IF statement. If(<i>value</i>) {/*- green -*/} else { /*- white -
57
</div>
58
<div style="padding: 2px 20px">
59
<h4>Moral of the story:</h4>
60
- <p>Use three equals unless you fully understand the conversions that take place for two-equals.</p>
+ <p>
61
+ Always use 3 equals unless you have a good reason to use 2.
62
+ </p>
63
64
65
0 commit comments