Update article.md
This commit is contained in:
parent
21a89ce15e
commit
6f4fc2ed5d
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue