Array.prototype.last:ECMAScript 原生方法的提案

时间:2024-06-25 06:58:23
【文件属性】:

文件名称:Array.prototype.last:ECMAScript 原生方法的提案

文件大小:2KB

文件格式:ZIP

更新时间:2024-06-25 06:58:23

Array.prototype.lastIndex ECMAScript 原生属性的提案 代码 //sample code Object.defineProperty(Array.prototype, 'lastIndex', { configurable: true, get : function () { if (this === null || typeof this.length !== "number") { //It must verify that the reference is still an array. throw new TypeError; } if (this.length < 0> 2147483


【文件预览】:
Array.prototype.last-master
----README.md(5KB)

网友评论