Skip to content

Commit 19223ae

Browse files
committed
minor
1 parent 298e894 commit 19223ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 1-js/02-first-steps/06-type-conversions/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Type Conversions
22

3-
Most of the time, operators and functions automatically convert the values given to them to the right type. This is called "type conversion".
3+
Most of the time, operators and functions automatically convert the values given to them to the right type.
44

55
For example, `alert` automatically converts any value to a string to show it. Mathematical operations convert values to numbers.
66

0 commit comments

Comments
 (0)