Skip to content

Instantly share code, notes, and snippets.

@filipececcon
Created July 25, 2017 16:02
Show Gist options
  • Save filipececcon/95500c69f5ca87132bf42c6f611afe06 to your computer and use it in GitHub Desktop.
Save filipececcon/95500c69f5ca87132bf42c6f611afe06 to your computer and use it in GitHub Desktop.
index.js
setInterval(function(){
console.log("Running..." + Date());
}, 1000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment