I love how declarative `Array.prototype.at()` is. Unlike the traditional bracket index notation, the argument for `.at()` can be a negative number. -1 would be the last relatively indexed element. Here's how to get the last element in an array #javascript
1 likes 0 replies
?