Skip to content

Commit 7ab911c

Browse files
authored
Update article.md
Safari in iOS14 support BigInt
1 parent e074a5f commit 7ab911c

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,7 +82,8 @@ 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 Firefox/Chrome/Edge, but not in Safari/IE.
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)
86+
8687
```
8788

8889
## String

0 commit comments

Comments
 (0)