Skip to content

Instantly share code, notes, and snippets.

@cashweaver-zz
Created May 20, 2017 04:42
Show Gist options
  • Save cashweaver-zz/88a3d9f5c8b1f9337107c58b5db902a0 to your computer and use it in GitHub Desktop.
Save cashweaver-zz/88a3d9f5c8b1f9337107c58b5db902a0 to your computer and use it in GitHub Desktop.
interval 1000s
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