Replace preposition with verb

This commit is contained in:
Mike Mitchell 2021-04-29 06:12:59 -04:00
parent 6ab384f251
commit 07b364df21

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: