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

Co-authored-by: Muhammed Zakir <8190126+MuhammedZakir@users.noreply.github.com>
This commit is contained in:
zzy0302 2020-09-21 11:31:06 +08:00 committed by GitHub
parent 1480263553
commit 3a64e5055b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,7 +86,7 @@ As `BigInt` numbers are rarely needed, we don't cover them here, but devoted the
Right now, `BigInt` is supported in Firefox/Chrome/Edge/Safari, but not in IE. Right now, `BigInt` is supported in Firefox/Chrome/Edge/Safari, but not in IE.
``` ```
You can check [*Can I Use* BigInt compatibility table](https://caniuse.com/bigint) to know which versions of a browser are supported. 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.
## String ## String