Typo fix
This commit is contained in:
parent
2c3b1a34e2
commit
0f42ea7b12
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ alert( '6' / '2' ); // 3
|
|||
|
||||
## Numeric conversion, unary +
|
||||
|
||||
The plus `+` exist in two forms. The binary form that we used above and the unary form.
|
||||
The plus `+` exists in two forms. The binary form that we used above and the unary form.
|
||||
|
||||
The unary plus or, in other words, the plus operator `+` applied to a single value, doesn't do anything with numbers, but if the operand is not a number, then it is converted into it.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue