🏠 New in Low Baseline Support: Array at()
March 14, 2022
The at()
method of arrays and typed arrays returns the item at an index, including negative indices for getting items relative to the end of an array. Also known as the relative indexing method.