We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ab384f commit 07b364dCopy full SHA for 07b364d
1-js/05-data-types/01-primitives-methods/article.md
@@ -39,7 +39,7 @@ Objects are "heavier" than primitives. They require additional resources to supp
39
40
Here's the paradox faced by the creator of JavaScript:
41
42
-- 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.
43
- Primitives must be as fast and lightweight as possible.
44
45
The solution looks a little bit awkward, but here it is:
0 commit comments