Skip to content

Commit 6634b45

Browse files
committed
Deploying to gh-pages from @ 3b12287 🚀
1 parent ae6c5a0 commit 6634b45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1038,7 +1038,7 @@ <h3 id="array-methods">Array Methods</h3>
10381038
<p><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/pop"><code>Array.prototype.pop()</code></a> Removes the last element from an array and returns that element.</p>
10391039
<p><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/push"><code>Array.prototype.push()</code></a> Adds one or more elements to the end of an array and returns the new length of the array.</p>
10401040
<p><strong>Queue Methods</strong></p>
1041-
<p><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/unshift"><code>rray.prototype.unshift()</code></a> Adds one or more elements to the front of an array and returns the new length of the array.</p>
1041+
<p><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/unshift"><code>Array.prototype.unshift()</code></a> Adds one or more elements to the front of an array and returns the new length of the array.</p>
10421042
<p><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/pop"><code>Array.prototype.pop()</code></a> Removes the last element from an array and returns that element.</p>
10431043
<p><strong>Misc</strong></p>
10441044
<p><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/reverse"><code>Array.prototype.reverse()</code></a> Reverses the order of the elements of an array in place — the first becomes the last, and the last becomes the first.</p>

0 commit comments

Comments
 (0)