Skip to content

Commit cac18f4

Browse files
committed
Merge pull request #17 from dorey/language-change
Updating the confusing text at the end
2 parents d6780d7 + d7b5eb3 commit cac18f4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ <h2>A standard IF statement. If(<i>value</i>) {/*- green -*/} else { /*- white -
5757
</div>
5858
<div style="padding: 2px 20px">
5959
<h4>Moral of the story:</h4>
60-
<p>Use three equals unless you fully understand the conversions that take place for two-equals.</p>
60+
<p>
61+
Always use 3 equals unless you have a good reason to use 2.
62+
</p>
6163
</div>
6264
</div>
6365

0 commit comments

Comments
 (0)