Too Long; Didn't Read
ECMA2022 brings a new method for us i.e., at(index), you can get the element at the provided index. This method can be used for getting any index value. For example, if you do fruits.at(-1) then it will give you the last element of fruit. with the normal array, the method it's not possible to do.