We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 357a595 commit 04d4c6eCopy full SHA for 04d4c6e
1 file changed
1-js/02-first-steps/05-types/article.md
@@ -75,7 +75,7 @@ n = 12.345;
75
const bigInt = 1234567890123456789012345678901234567890n;
76
```
77
78
-由于很少需要 `BigInt` 类型的数字,因此我们在单独的章节 <info:bigint> 中专门对其进行介绍。
+由于很少需要 `BigInt` 类型的数字,因此我们在单独的章节 <info:bigint> 中专门对其进行介绍。
79
80
```smart header="兼容性问题"
81
目前 Firefox 和 Chrome 已经支持 `BigInt` 了,但 Safari/IE/Edge 还没有。
0 commit comments