minor
This commit is contained in:
parent
298e894a9b
commit
19223ae762
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# Type Conversions
|
||||
|
||||
Most of the time, operators and functions automatically convert the values given to them to the right type. This is called "type conversion".
|
||||
Most of the time, operators and functions automatically convert the values given to them to the right type.
|
||||
|
||||
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