Skip to content

Instantly share code, notes, and snippets.

@viktorkelemen
Created January 25, 2012 02:51
Show Gist options
  • Save viktorkelemen/1674332 to your computer and use it in GitHub Desktop.
Save viktorkelemen/1674332 to your computer and use it in GitHub Desktop.
Wednesday Quiz
for (var count = 0; count < 15000; count++) {
document.getElementById('recipe_content').innerHTML += 'ingredients';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment