-
A TC39 proposal to add an .at() method to all the basic indexable classes (Array, String, TypedArray):
arr[arr.length - N]→arr.at(-N)github.com/tc39/proposal-relative-indexing-method
arr[arr.length - N] → arr.at(-N) github.com/tc39/proposal-relative-indexing-method