Corrected minor grammar issue

Corrected minor grammar issue
This commit is contained in:
Aniket Kudale 2018-08-03 23:58:23 +05:30 committed by GitHub
parent 720b328969
commit 8c714da1a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
JavaScript allows us to work with primitives (strings, numbers etc) as if they were objects.
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).
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).
Let's look at the key distinction between primitives and objects.