We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f194b2 + de9fcf8 commit 78d5a1bCopy full SHA for 78d5a1b
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