closes #1220
This commit is contained in:
parent
415067efbb
commit
ef370b6ace
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ The solution looks a little bit awkward, but here it is:
|
||||||
|
|
||||||
The "object wrappers" are different for each primitive type and are called: `String`, `Number`, `Boolean` and `Symbol`. Thus, they provide different sets of methods.
|
The "object wrappers" are different for each primitive type and are called: `String`, `Number`, `Boolean` and `Symbol`. Thus, they provide different sets of methods.
|
||||||
|
|
||||||
For instance, there exists a method [str.toUpperCase()](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/String/toUpperCase) that returns a capitalized string.
|
For instance, there exists a string method [str.toUpperCase()](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/String/toUpperCase) that returns a capitalized `str`.
|
||||||
|
|
||||||
Here's how it works:
|
Here's how it works:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue