File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ Prefer negative index over calculating from `.length` for:
16
16
- [ ` Array#at() ` ] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/at )
17
17
- [ ` TypedArray#at() ` ] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/at )
18
18
- [ ` Array#splice() ` ] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/splice )
19
- - [ ` Array#toSpliced() ` ] ( https://github.com/tc39/proposal-change-array-by-copy#overview )
20
- - [ ` Array#with() ` ] ( https://github.com/tc39/proposal-change-array-by-copy#overview )
21
- - [ ` TypedArray#with() ` ] ( https://github.com/tc39/proposal-change-array-by-copy#overview )
19
+ - [ ` Array#toSpliced() ` ] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/toSpliced )
20
+ - [ ` Array#with() ` ] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/with )
21
+ - [ ` TypedArray#with() ` ] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/with )
22
22
23
23
<!--
24
24
TODO: Use MDN links when available
You can’t perform that action at this time.
0 commit comments