This flashcard is just one of a free flashcard set. See all flashcards!
89
Erstelle eine for-Schleife, die die Zahlen von 1 bis 14 anzeigt.
for (var i:int = 1; i <15; i++) {
trace (i);
};
trace (i);
};
Flashcard info:
Author: CoboCards-User
Main topic: Internet/Intranet
Topic: Flash und Webtechnologien
Published: 14.10.2014