Skip to content

Instantly share code, notes, and snippets.

@ashishnegi
Created May 13, 2014 07:45
Show Gist options
  • Save ashishnegi/d911c39f8edf3d8ce741 to your computer and use it in GitHub Desktop.
Save ashishnegi/d911c39f8edf3d8ce741 to your computer and use it in GitHub Desktop.
var again = function() {
console.log("Again at " + new Date());
setTimeout(again, 1000);
};
again();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment