tc39 / proposal-relative-indexing-method

A TC39 proposal to add an .at() method to all the basic indexable classes (Array, String, TypedArray)
MIT License
352 stars 19 forks source link

Would allowing negative indices in square brackets really break existing code? #23

Closed rauschma closed 4 years ago

rauschma commented 4 years ago

It probably would, but has anyone checked?

Update: Never mind. Too much can go wrong.