Merge pull request #1678 from sajadhsm/patch-1

Add "bigint" to primitive types
This commit is contained in:
Ilya Kantor 2019-12-26 15:32:50 +03:00 committed by GitHub
commit e97e43717f
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 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