Skip to content

Commit 3a64e50

Browse files
Update 1-js/02-first-steps/05-types/article.md
Co-authored-by: Muhammed Zakir <[email protected]>
1 parent 1480263 commit 3a64e50

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
@@ -86,7 +86,7 @@ As `BigInt` numbers are rarely needed, we don't cover them here, but devoted the
8686
Right now, `BigInt` is supported in Firefox/Chrome/Edge/Safari, but not in IE.
8787
```
8888

89-
You can check [*Can I Use* BigInt compatibility table](https://caniuse.com/bigint) to know which versions of a browser are supported.
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.
9090

9191
## String
9292

0 commit comments

Comments
 (0)