Corrected minor grammar issue
Corrected minor grammar issue
This commit is contained in:
parent
720b328969
commit
8c714da1a5
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.
|
||||
|
||||
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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue