Skip to content

Commit 9964e3f

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@ 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.
86-
85+
Right now `BigInt` is supported in the latest version Firefox/Chrome/Edge and Safari with iOS 14, but not in IE.
8786
```
8887
[More Details](https://caniuse.com/?search=bigint) about BigInt compatibility.
8988

0 commit comments

Comments
 (0)