We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 10af994 + 0363fd5 commit 1d27fcfCopy full SHA for 1d27fcf
1-js/02-first-steps/06-type-conversions/article.md
@@ -1,6 +1,6 @@
1
# Type Conversions
2
3
-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".
4
5
For example, `alert` automatically converts any value to a string to show it. Mathematical operations convert values to numbers.
6
0 commit comments