fix typo
This commit is contained in:
parent
78863ca6cb
commit
0363fd58e3
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Type Conversions
|
# Type Conversions
|
||||||
|
|
||||||
Most of the time, operators and functions automatically convert a value to the right type. That's called "type coercion".
|
Most of the time, operators and functions automatically convert a value to the right type. That's called "type conversion".
|
||||||
|
|
||||||
For example, `alert` automatically converts any value to a string to show it. Mathematical operations convert values to numbers.
|
For example, `alert` automatically converts any value to a string to show it. Mathematical operations convert values to numbers.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue