Skip to content

Instantly share code, notes, and snippets.

@PrincessEve
Last active January 25, 2018 02:51
Show Gist options
  • Select an option

  • Save PrincessEve/bcc152444d5e3f5a4e57f73543f095d5 to your computer and use it in GitHub Desktop.

Select an option

Save PrincessEve/bcc152444d5e3f5a4e57f73543f095d5 to your computer and use it in GitHub Desktop.

Revisions

  1. PrincessEve renamed this gist Jan 25, 2018. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. PrincessEve revised this gist Jan 25, 2018. No changes.
  3. PrincessEve created this gist Jan 8, 2018.
    5 changes: 5 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    # we can debug event object by

    for (var property in event) {
    console.log(property + "=" + event[property]);
    }