Skip to content

Commit 8c714da

Browse files
authored
Corrected minor grammar issue
Corrected minor grammar issue
1 parent 720b328 commit 8c714da

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
JavaScript allows us to work with primitives (strings, numbers etc) as if they were objects.
44

5-
They also provide methods to call and such. We will study those soon, but first we'll see how it works, because, of course, primitives are not objects (and here we will make it even more clear).
5+
They also provide methods to call as such. We will study those soon, but first we'll see how it works, because, of course, primitives are not objects (and here we will make it even more clear).
66

77
Let's look at the key distinction between primitives and objects.
88

0 commit comments

Comments
 (0)