The arrAt() method takes an integer value and returns the item at that index, allowing for
positive and negative integers. Negative integers count back from the last item in the array.
This is an ES2022 feature with polyfill support for older environments.
The arrAt() method takes an integer value and returns the item at that index, allowing for positive and negative integers. Negative integers count back from the last item in the array. This is an ES2022 feature with polyfill support for older environments.