Merge pull request #2593 from mikemitchell574/master

Replace preposition with verb
This commit is contained in:
Ilya Kantor 2021-05-13 13:15:48 +03:00 committed by GitHub
commit 5e9db7018c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: