Correct misspelling
This commit is contained in:
parent
ce7ce41c82
commit
c89d75fd27
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ See, it doesn't matter whether the first operand is a string or the second one.
|
|||
|
||||
The string concatenation and conversion is the special feature of the binary plus `"+"`. Other arithmetic operators work only with numbers. They always convert their operands to numbers.
|
||||
|
||||
For instance, substraction and division:
|
||||
For instance, subtraction and division:
|
||||
|
||||
```js run
|
||||
alert( 2 - '1' ); // 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue