Skip to content

Commit

Permalink
Update article.md
Browse files Browse the repository at this point in the history
  • Loading branch information
caspringer authored Nov 27, 2018
1 parent 21a89ce commit 6f4fc2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1-js/02-first-steps/06-type-conversions/article.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ alert( Boolean(" ") ); // spaces, also true (any non-empty string is true)
## Summary
There are three most widely used type conversions: to string, to number and to boolean.
The three most widely used type conversions are: to string, to number and to boolean.
**`ToString`** -- Occurs when we output something, can be performed with `String(value)`. The conversion to string is usually obvious for primitive values.
Expand Down

0 comments on commit 6f4fc2e

Please sign in to comment.