Skip to content

Commit 1d27fcf

Browse files
authored
Merge pull request #150 from Anton-KG/patch-1
lesson 6 "Type conversion" fix typo
2 parents 10af994 + 0363fd5 commit 1d27fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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 a value to the right type. That's called "type coercion".
3+
Most of the time, operators and functions automatically convert a value to the right type. That's called "type conversion".
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)