From the reset prototype function, off by one error on array index lookup. ``` language-javascript while (this.tags.length ) { this.remove( this.tags[ this.tags.length ] ); } ```