Skip to content

Instantly share code, notes, and snippets.

@kevinchisholm
Created December 20, 2019 12:53
Show Gist options
  • Save kevinchisholm/7379cdac0a2054dcd27901fc2687be4c to your computer and use it in GitHub Desktop.
Save kevinchisholm/7379cdac0a2054dcd27901fc2687be4c to your computer and use it in GitHub Desktop.
addEventListener Example 2
body.removeEventListener('click');
// Uncaught TypeError: Failed to execute 'removeEventListener' on 'EventTarget': 2 arguments required, but only 1 present
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment