Fix minor typo error: delete blank
This commit is contained in:
parent
340ce43421
commit
db102cbf89
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ For example:
|
|||
alert( 2 > 1 ); // true (correct)
|
||||
alert( 2 == 1 ); // false (wrong)
|
||||
alert( 2 != 1 ); // true (correct)
|
||||
```
|
||||
```
|
||||
|
||||
A comparison result can be assigned to a variable, just like any value:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue