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
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.
83
83
84
+
84
85
```smart header="Compatibility issues"
85
-
Right now `BigInt` is supported in Firefox/Chrome/Edge, but not in Safari/IE.
86
+
Right now, `BigInt` is supported in Firefox/Chrome/Edge/Safari, but not in IE.
86
87
```
87
88
89
+
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.
90
+
88
91
## String
89
92
90
93
A string in JavaScript must be surrounded by quotes.
0 commit comments