Skip to content

Instantly share code, notes, and snippets.

@jonnywyatt
Created February 20, 2023 19:54
Show Gist options
  • Save jonnywyatt/d1c5d89f77f9699827aaeb9dce0f1396 to your computer and use it in GitHub Desktop.
Save jonnywyatt/d1c5d89f77f9699827aaeb9dce0f1396 to your computer and use it in GitHub Desktop.
Loops
for (i = 0; i < 10; i++) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment