Same error here: Error: e-mail address(es) incorrect: function () { for (var i = 1; i < this.length; i++) { if (this[i][0] == this[i-1][0]) { this.splice(i,1); } } }; function () { for (var i = 0; i <= this.length; i++) { this.shift(); } }
It seems to be another great modification by Valter but I have exactly the same error, I'll be very grateful if you can fix it. Thanks.