Skip to content

Instantly share code, notes, and snippets.

@austinbv
Created August 12, 2012 07:46
Show Gist options
  • Save austinbv/3330529 to your computer and use it in GitHub Desktop.
Save austinbv/3330529 to your computer and use it in GitHub Desktop.
function f() {
setTimeout(f, 1000);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment