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 15, 2020
1 parent 546d802 commit ba573ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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 {
Expand Down

0 comments on commit ba573ec

Please sign in to comment.