Skip to content

Commit

Permalink
add a link
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Nov 21, 2020
1 parent 897af71 commit ab0dd13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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 {
Expand Down

0 comments on commit ab0dd13

Please sign in to comment.