Skip to content

Instantly share code, notes, and snippets.

@BMU-Verlag
Created September 9, 2024 13:22
Show Gist options
  • Save BMU-Verlag/734b860585e4f33d62e67d734afc47fe to your computer and use it in GitHub Desktop.
Save BMU-Verlag/734b860585e4f33d62e67d734afc47fe to your computer and use it in GitHub Desktop.
schleifen
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