Skip to content

Commit

Permalink
Add bigint to primitive list PR1126
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongsp committed Nov 7, 2019
1 parent d575737 commit df7bb2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/handbook/Basic Types.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ function infiniteLoop(): never {

# Object

`object`表示非原始类型,也就是除`number``string``boolean``symbol``null``undefined`之外的类型。
`object`表示非原始类型,也就是除`number``string``boolean``bigint``symbol``null``undefined`之外的类型。

使用`object`类型,就可以更好的表示像`Object.create`这样的API。例如:

Expand Down

0 comments on commit df7bb2d

Please sign in to comment.