Skip to content

Commit 5120f95

Browse files
authored
Merge pull request #473 from aniketkudale/master
Corrected minor grammar.
2 parents d6bfc1a + 8c714da commit 5120f95

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
@@ -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)