Created
September 9, 2024 13:22
-
-
Save BMU-Verlag/734b860585e4f33d62e67d734afc47fe to your computer and use it in GitHub Desktop.
schleifen
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
for (let i = 0; i < 5; i++) { | |
console.log(i); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment