Código:
Pero no logro entender que comprueba este ifArray.prototype.each = function(fun) { if(typeof fun != 'function') { throw new TypeError(); } for(var i=0; i < this.length; i++) { if(i in this) { fun.call(arguments[1], i, this[i]); } } return this; };
Código:
¿Alguien me puede ayudar? if(i in this) {