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 {