You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// 无返回值,调用callbackArray.prototype.myForEach=function(callback){if(typeofcallback!=="function"){thrownewTypeError(callback+" is not a function");}for(leti=0;i<this.length;i++){callback(this[i],i,this);}};