Skip to content

Instantly share code, notes, and snippets.

@cashweaver-zz
Last active May 20, 2017 04:37
Show Gist options
  • Save cashweaver-zz/505dbfa7aa91ba417a64bf583c608764 to your computer and use it in GitHub Desktop.
Save cashweaver-zz/505dbfa7aa91ba417a64bf583c608764 to your computer and use it in GitHub Desktop.
timeout log
setInterval(() => {
console.log('ayyy, I am an intervalJ');
}, 1000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment