Add "bigint" to primitive types

This commit is contained in:
Sajad Hashemian 2019-12-18 13:24:52 +03:30 committed by GitHub
parent 524d598846
commit 77af30d466
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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