This flashcard is just one of a free flashcard set. See all flashcards!
91
Lasse alle Zahlen von 1 bis 14 anzeigen mit einer while-Schleife.
var i:int = 1;
while (i < 15) {
trace (i);
i++;
};
while (i < 15) {
trace (i);
i++;
};
Flashcard info:
Author: CoboCards-User
Main topic: Internet/Intranet
Topic: Flash und Webtechnologien
Published: 14.10.2014