You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Remove BigInt IE incompatibility part
As Internet Explorer was retired years ago, this paragraph is not needed anymore, so I deleted that line.
* Delete link to MDN BigInt compatibility table
Unimportant link: almost total compatibility since the appearance of zhe `BigInt` type.
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.
96
96
97
-
98
-
```smart header="Compatibility issues"
99
-
Right now, `BigInt` is supported in Firefox/Chrome/Edge/Safari, but not in IE.
100
-
```
101
-
102
-
You can check [*MDN* BigInt compatibility table](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt#Browser_compatibility) to know which versions of a browser are supported.
103
-
104
97
## String
105
98
106
99
A string in JavaScript must be surrounded by quotes.
0 commit comments