Skip to content

Instantly share code, notes, and snippets.

@KinoAR
Last active August 18, 2017 18:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KinoAR/889baa42af5059795730cf475ab4109f to your computer and use it in GitHub Desktop.
Save KinoAR/889baa42af5059795730cf475ab4109f to your computer and use it in GitHub Desktop.
An example gist of an event symbol plus the attached listeners.
/* Object representation of listeners attached to a symbol name */
const events = {
"onkeydown": [function, function, function, function, function],
"onkeyup": [function, function]
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment