An ES-spec-compliant (proposed) Array.prototype.at shim/polyfill/replacement that works as far down as ES3
🐊Putout plugin adds ability apply at()
An ES-spec-compliant (proposed) String.prototype.at shim/polyfill/replacement that works as far down as ES3
Access array items at any positive or negative index. If the index is out of bounds, it will be wrapped around the length of the array.
An array is a collection of values, stored contiguously.