This commit is contained in:
Anton 2017-08-30 15:56:02 +03:00 committed by GitHub
parent 78863ca6cb
commit 0363fd58e3

View file

@ -1,6 +1,6 @@
# 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.