Last active
November 20, 2024 17:49
-
-
Save BluePyTheDeer251/4727efdaf2ff2996dfd0925b419964ed to your computer and use it in GitHub Desktop.
Some JS practice before my framework journey takes over.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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