0👍
✅
Object.defineProperty( Array.prototype, "len", { get() { return this.length } } )
Source:stackexchange.com
0👍
Object.defineProperty( Array.prototype, "len", { get() { return this.length } } )