Skip to content

Instantly share code, notes, and snippets.

@basicallydan
Created February 19, 2013 10:14
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