Skip to content

Commit

Permalink
Adding at() to list in @@unscopable doc (#1526)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rumyra authored Jan 20, 2021
1 parent 4488e6c commit f930571
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ <h2 id="Description">Description</h2>
<p>The default array properties that are excluded from <code>with</code> bindings are:</p>

<ul>
<li>{{jsxref("Array.prototype.at()", "at()")}}</li>
<li>{{jsxref("Array.prototype.copyWithin()", "copyWithin()")}}</li>
<li>{{jsxref("Array.prototype.entries()", "entries()")}}</li>
<li>{{jsxref("Array.prototype.fill()", "fill()")}}</li>
Expand Down

0 comments on commit f930571

Please sign in to comment.