day028: 能不能實現數組filter方法 ?

ECMA262規範以下:javascript 代碼以下:java Array.prototype.filter = function(callbackfn, thisArg) { // 處理數組類型異常 if (this === null || this === undefined) { throw new TypeError("Cannot read property 'f
相關文章
相關標籤/搜索