Skip to content

Commit 07b364d

Browse files
Replace preposition with verb
1 parent 6ab384f commit 07b364d

File tree

1 file changed

+1
-1
lines changed
  • 1-js/05-data-types/01-primitives-methods

1 file changed

+1
-1
lines changed

1-js/05-data-types/01-primitives-methods/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Objects are "heavier" than primitives. They require additional resources to supp
3939

4040
Here's the paradox faced by the creator of JavaScript:
4141

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.
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.
4343
- Primitives must be as fast and lightweight as possible.
4444

4545
The solution looks a little bit awkward, but here it is:

0 commit comments

Comments
 (0)