From 3a64e5055b0e83b6740b252eb17fa75ff62a6fa9 Mon Sep 17 00:00:00 2001 From: zzy0302 <503652983@qq.com> Date: Mon, 21 Sep 2020 11:31:06 +0800 Subject: [PATCH] Update 1-js/02-first-steps/05-types/article.md Co-authored-by: Muhammed Zakir <8190126+MuhammedZakir@users.noreply.github.com> --- 1-js/02-first-steps/05-types/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/02-first-steps/05-types/article.md b/1-js/02-first-steps/05-types/article.md index 44a12611..66176000 100644 --- a/1-js/02-first-steps/05-types/article.md +++ b/1-js/02-first-steps/05-types/article.md @@ -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. ``` -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