When `this.length` is 0, `this.val().length` will become `undefined.length` and cause a TypeError.
2.5 KiB
2.5 KiB
When `this.length` is 0, `this.val().length` will become `undefined.length` and cause a TypeError.