Skip to content

Commit 1480263

Browse files
authored
Update article.md
1 parent 9964e3f commit 1480263

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,12 @@ const bigInt = 1234567890123456789012345678901234567890n;
8181

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

84+
8485
```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.
86+
Right now, `BigInt` is supported in Firefox/Chrome/Edge/Safari, but not in IE.
8687
```
87-
[More Details](https://caniuse.com/?search=bigint) about BigInt compatibility.
88+
89+
You can check [*Can I Use* BigInt compatibility table](https://caniuse.com/bigint) to know which versions of a browser are supported.
8890

8991
## String
9092

0 commit comments

Comments
 (0)