Implement Array.prototype.at() #1596
Labels
E-Easy
Easy
enhancement
New feature or request
good first issue
Good for newcomers
Hacktoberfest
Hacktoberfest 2021 - https://hacktoberfest.digitalocean.com
Milestone
ECMASCript feature
https://tc39.es/ecma262/#sec-array.prototype.at
Example code
This is the same feature added for String.prototype.at() - #1375
This code should now work and give the expected result:
The expected output is
2
.The text was updated successfully, but these errors were encountered: