diff --git a/README.md b/README.md index d905a10e7d57..ebcefc349228 100644 --- a/README.md +++ b/README.md @@ -1777,7 +1777,7 @@ Promise.any([ core-js(-pure)/stage/3 ``` -##### [`.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 {