Merge pull request #473 from aniketkudale/master

Corrected minor grammar.
This commit is contained in:
Ilya Kantor 2018-08-04 15:40:03 +03:00 committed by GitHub
commit 5120f95d52
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.