Fixed Typo
This commit is contained in:
parent
5a1825c9ac
commit
94e251d1b7
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ In contrast, `Symbol.toPrimitive` *must* return a primitive, otherwise there wil
|
||||||
|
|
||||||
## Further conversions
|
## Further conversions
|
||||||
|
|
||||||
As we know already, many operators and functions perform type conversions, e.g. multiplication `*` converts operatnds to numbers.
|
As we know already, many operators and functions perform type conversions, e.g. multiplication `*` converts operands to numbers.
|
||||||
|
|
||||||
If we pass an object as an argument, then there are two stages:
|
If we pass an object as an argument, then there are two stages:
|
||||||
1. The object is converted to a primitive (using the rules described above).
|
1. The object is converted to a primitive (using the rules described above).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue