closes #499
This commit is contained in:
parent
e19f368ed5
commit
6f8bd3c0de
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ They also provide methods to call as such. We will study those soon, but first w
|
||||||
Let's look at the key distinction between primitives and objects.
|
Let's look at the key distinction between primitives and objects.
|
||||||
|
|
||||||
A primitive
|
A primitive
|
||||||
|
: Is a value of a primitive type. There are 6 primitive types: `string`, `number`, `boolean`, `symbol`, `null` and `undefined`.
|
||||||
|
|
||||||
An object
|
An object
|
||||||
: Is capable of storing multiple values as properties.
|
: Is capable of storing multiple values as properties.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue