Replace preposition with verb
This commit is contained in:
parent
6ab384f251
commit
07b364df21
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ Objects are "heavier" than primitives. They require additional resources to supp
|
|||
|
||||
Here's the paradox faced by the creator of JavaScript:
|
||||
|
||||
- There are many things one would want to do with a primitive like a string or a number. It would be great to access them as methods.
|
||||
- There are many things one would want to do with a primitive like a string or a number. It would be great to access them using methods.
|
||||
- Primitives must be as fast and lightweight as possible.
|
||||
|
||||
The solution looks a little bit awkward, but here it is:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue