Skip to content

Commit acfb919

Browse files
author
Orta Therox
authored
Merge pull request #1934 from Alexsey/patch-1
More on Functions - add bigint to ECMAScript primitives enumeration
2 parents c22055c + f73e8ec commit acfb919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/documentation/copy/en/handbook-v2/More on Functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ There are further details at the end of this chapter.
614614
615615
### `object`
616616

617-
The special type `object` refers to any value that isn't a primitive (`string`, `number`, `boolean`, `symbol`, `null`, or `undefined`).
617+
The special type `object` refers to any value that isn't a primitive (`string`, `number`, `bigint`, `boolean`, `symbol`, `null`, or `undefined`).
618618
This is different from the _empty object type_ `{ }`, and also different from the global type `Object`.
619619
It's very likely you will never use `Object`.
620620

0 commit comments

Comments
 (0)