Skip to content

Commit

Permalink
Add polyfill link for array values, array keys and array entries (mdn…
Browse files Browse the repository at this point in the history
…#3800)

Co-authored-by: Michael[tm] Smith <[email protected]>
  • Loading branch information
behnammodi and sideshowbarker authored Apr 4, 2021
1 parent 35e5dcb commit 473a45f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,5 @@ <h2 id="See_also">See also</h2>
<li><a href="/en-US/docs/Web/JavaScript/Reference/Statements/for...of">for...of</a></li>
<li><a href="/en-US/docs/Web/JavaScript/Reference/Iteration_protocols">Iteration
protocols</a></li>
<li><a href="https://github.com/behnammodi/polyfill/blob/master/array.polyfill.js">A polyfill</a></li>
</ul>
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,5 @@ <h2 id="See_also">See also</h2>
<li><a
href="/en-US/docs/Web/JavaScript/Reference/Iteration_protocols">Iteration protocols</a>
</li>
<li><a href="https://github.com/behnammodi/polyfill/blob/master/array.polyfill.js">A polyfill</a></li>
</ul>
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,5 @@ <h2 id="See_also">See also</h2>
<li>{{jsxref("Array.prototype.forEach()")}}</li>
<li>{{jsxref("Array.prototype.every()")}}</li>
<li>{{jsxref("Array.prototype.some()")}}</li>
<li><a href="https://github.com/behnammodi/polyfill/blob/master/array.polyfill.js">A polyfill</a></li>
</ul>

0 comments on commit 473a45f

Please sign in to comment.