1) What is event.preventDefault() and why do you use it in video 4.4 When the browser handles events it has a default behavior that bubbles up to each parent to let them know that an event happened and at the end it pops the screen back to the top. With event.preventDefault() while the bubble up still happens there is no resetting of our screen to the top.