Skip to content

Commit

Permalink
Merge pull request javascript-tutorial#640 from caspringer/patch-2
Browse files Browse the repository at this point in the history
Update article.md
  • Loading branch information
iliakan authored Dec 5, 2018
2 parents 75310f4 + 6f4fc2e commit 045b05e
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 045b05e

Please sign in to comment.