Skip to content

Instantly share code, notes, and snippets.

@darkowlzz
Last active August 29, 2015 14:00
Show Gist options
  • Save darkowlzz/132cbed31d20af6b4b9e to your computer and use it in GitHub Desktop.
Save darkowlzz/132cbed31d20af6b4b9e to your computer and use it in GitHub Desktop.
addEventListener syntax
// Syntax of a event listener
target.addEventListener(type, listener[, useCapture]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment