From cad5a28a2145e16087e151af6591d2ca532e77ea Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Mon, 10 Feb 2020 18:29:17 +0300 Subject: [PATCH] Fix link in BigInt --- 1-js/99-js-misc/05-bigint/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/99-js-misc/05-bigint/article.md b/1-js/99-js-misc/05-bigint/article.md index bb12e629..72f06d0c 100644 --- a/1-js/99-js-misc/05-bigint/article.md +++ b/1-js/99-js-misc/05-bigint/article.md @@ -107,7 +107,7 @@ To emulate such behavior, a polyfill would need to analyze the code and replace So, there's no well-known good polyfill. -Although, the other way around is proposed by the developers of [https://github.com/GoogleChromeLabs/jsbi](JSBI) library. +Although, the other way around is proposed by the developers of [JSBI](https://github.com/GoogleChromeLabs/jsbi) library. This library implements big numbers using its own methods. We can use them instead of native bigints: