commit
045b05ee9e
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
|
## 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.
|
**`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