Skip to content

Instantly share code, notes, and snippets.

@tpowell
Created October 30, 2012 01:06
Show Gist options
  • Save tpowell/3977706 to your computer and use it in GitHub Desktop.
Save tpowell/3977706 to your computer and use it in GitHub Desktop.
Quiz 2 - Ex 2
for (var i = 0 ; i <= 25; i+= 5) {
document.write("i = " + i + "<br>");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment