negative-array

Negative array index support using ES6 Proxy. var a=[1,2,3]; a[-1] //=> 3