Skip to content

Instantly share code, notes, and snippets.

@basicallydan
Created February 19, 2013 10:14
Show Gist options
  • Save basicallydan/4984629 to your computer and use it in GitHub Desktop.
Save basicallydan/4984629 to your computer and use it in GitHub Desktop.
A sample gist to embed somewhere as an example.
function showSampleGist() {
console.log('This is a sample gist');
}
setInterval(showSampleGist, 1000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment