We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac7daa5 commit de9fcf8Copy full SHA for de9fcf8
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 using 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