We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 298e894 commit 19223aeCopy full SHA for 19223ae
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 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.
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