01:46
Now you'll have noticed that slight delay that's from the debounce. If I just keep typing say ab over and over again, notice that method is not called until I stop for about 200 milliseconds. Then it goes ahead and touches the timestamp. I've noticed also we have a slight bug here with the UI which we'll fix up. Okay, so now that we have that done, let's go and apply that to our text area as