This commit is contained in:
Ilya Kantor 2019-04-26 14:30:36 +02:00
parent 298e894a9b
commit 19223ae762

View file

@ -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.