Skip to content

Commit 26e6412

Browse files
authored
Update article.md
1 parent 7ab911c commit 26e6412

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

1-js/02-first-steps/05-types/article.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,10 @@ const bigInt = 1234567890123456789012345678901234567890n;
8282
As `BigInt` numbers are rarely needed, we don't cover them here, but devoted them a separate chapter <info:bigint>. Read it when you need such big numbers.
8383

8484
```smart header="Compatibility issues"
85-
Right now `BigInt` is supported in the latest version Firefox/Chrome/Edge and Safari with iOS 14, but not in IE. [More Detial](https://caniuse.com/?search=bigint)
85+
Right now `BigInt` is supported in the latest version Firefox/Chrome/Edge and Safari with iOS 14, but not in IE.
8686
8787
```
88+
[More Detial](https://caniuse.com/?search=bigint) about BigInt compatibility.
8889

8990
## String
9091

0 commit comments

Comments
 (0)