From ba573ec98463c49b38d76be5ff2c6c38b3be8c64 Mon Sep 17 00:00:00 2001 From: Denis Pushkarev Date: Mon, 16 Nov 2020 01:25:49 +0700 Subject: [PATCH] add a link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aef0e2793cd1..c59e72646336 100644 --- a/README.md +++ b/README.md @@ -1778,7 +1778,7 @@ Promise.any([ #### Stage 3 proposals[⬆](#index) -##### [`.item()` method on all the built-in indexables](https://github.com/tc39/proposal-item-method) +##### [`.item()` method on all the built-in indexables](https://github.com/tc39/proposal-item-method)[⬆](#index) Modules [`esnext.array.item`](https://github.com/zloirock/core-js/blob/v3.7.0/packages/core-js/modules/esnext.array.item.js), [`esnext.string.item`](https://github.com/zloirock/core-js/blob/v3.7.0/packages/core-js/modules/esnext.string.item.js) and [`esnext.typed-array.item`](https://github.com/zloirock/core-js/blob/v3.7.0/packages/core-js/modules/esnext.typed-array.item.js) ```js class Array {