Skip to content

Commit c331e44

Browse files
authored
Merge pull request #1880 from RyanAmeri/master
Updated to show Edge now supports BigInt
2 parents aabbec1 + 5a6be36 commit c331e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +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="Compatability issues"
85-
Right now `BigInt` is supported in Firefox and Chrome, but not in Safari/IE/Edge.
85+
Right now `BigInt` is supported in Firefox/Chrome/Edge, but not in Safari/IE.
8686
```
8787

8888
## String

0 commit comments

Comments
 (0)