array.prototype.at
An ES-spec-compliant (proposed) Array.prototype.at shim/polyfill/replacement that works as far down as ES3
string.prototype.at
An ES-spec-compliant (proposed) String.prototype.at shim/polyfill/replacement that works as far down as ES3
circular-at
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.
extra-array
An array is a collection of values, stored contiguously.