stopPropagation() to prevent further propagation of the current event in the capturing and bubbling phasesstopImmediatePropagation() to not call any further listeners for the same event at the same level in the DOMpreventDefault() to allow propagation to continue but to disallow the browser to perform its default action should no listeners handle the event