Skip to content

Commit 6f4fc2e

Browse files
authored
Update article.md
1 parent 21a89ce commit 6f4fc2e

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
@@ -127,7 +127,7 @@ alert( Boolean(" ") ); // spaces, also true (any non-empty string is true)
127127
128128
## Summary
129129
130-
There are three most widely used type conversions: to string, to number and to boolean.
130+
The three most widely used type conversions are: to string, to number and to boolean.
131131
132132
**`ToString`** -- Occurs when we output something, can be performed with `String(value)`. The conversion to string is usually obvious for primitive values.
133133

0 commit comments

Comments
 (0)