We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78863ca commit 0363fd5Copy full SHA for 0363fd5
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