Add "bigint" to primitive types
This commit is contained in:
parent
524d598846
commit
77af30d466
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
|
||||
|
||||
- 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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue