You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 2619-array-prototype-last/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
<h2><ahref="https://leetcode.com/problems/array-prototype-last/">2619. Array Prototype Last</a></h2><h3>Easy</h3><hr><div>Write code that enhances all arrays such that you can call the <code>array.last()</code> method on any array and it will return the last element. If there are no elements in the array, it should return <code>-1</code>.
1
+
<h2><ahref="https://leetcode.com/problems/array-prototype-last/">2619. Array Prototype Last</a></h2><imgsrc="https://img.shields.io/badge/Easy-brightgreen"alt="Easy" /><hr><div>Write code that enhances all arrays such that you can call the <code>array.last()</code> method on any array and it will return the last element. If there are no elements in the array, it should return <code>-1</code>.
0 commit comments