tc39/proposal-relative-indexing-method

[1,2,3,4].last(0) => 4; [1,2,3,4].last(1) => 3;

ZhangSanDeHao opened this issue · 1 comments

[1,2,3,4].last(0) => 4; [1,2,3,4].last(1) => 3;

This proposal is already stage 4 and shipping in browsers, using .at. If you’re trying to suggest a new proposal, please check out https://es.discourse.group