Software Engineering Wiki
Removes an event listener from an element.
- Use 
EventTarget.removeEventListener()to remove an event listener from an element. - Omit the fourth argument 
optsto usefalseor specify it based on the options used when the event listener was added.