Merge pull request #1678 from sajadhsm/patch-1
Add "bigint" to primitive types
This commit is contained in:
commit
e97e43717f
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ Let's look at the key distinctions between primitives and objects.
|
||||||
A primitive
|
A primitive
|
||||||
|
|
||||||
- Is a value of a primitive type.
|
- Is a value of a primitive type.
|
||||||
- There are 6 primitive types: `string`, `number`, `boolean`, `symbol`, `null` and `undefined`.
|
- There are 7 primitive types: `string`, `number`, `bigint`, `boolean`, `symbol`, `null` and `undefined`.
|
||||||
|
|
||||||
An object
|
An object
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue