Merge pull request #473 from aniketkudale/master
Corrected minor grammar.
This commit is contained in:
commit
5120f95d52
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
JavaScript allows us to work with primitives (strings, numbers etc) as if they were objects.
|
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.
|
Let's look at the key distinction between primitives and objects.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue