Skip to content

Instantly share code, notes, and snippets.

@BluePyTheDeer251
Last active November 20, 2024 17:49
Show Gist options
  • Save BluePyTheDeer251/4727efdaf2ff2996dfd0925b419964ed to your computer and use it in GitHub Desktop.
Save BluePyTheDeer251/4727efdaf2ff2996dfd0925b419964ed to your computer and use it in GitHub Desktop.
Some JS practice before my framework journey takes over.
const counter = 6;
for (counter in range(25)) {
counter++;
console.log(counter);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment