A TC39 proposal to add an .at() method to all the basic indexable classes (Array, String, TypedArray)
352
stars
19
forks
source link
Would allowing negative indices in square brackets really break existing code? #23
Closed
rauschma closed 4 years ago
It probably would, but has anyone checked?
Update: Never mind. Too much can go wrong.