Dies ist eine alte Version des Dokuments!
LU06.A01 - Events - Introductory example
Prerequisites
- Work type: Individual
 - Means of aid: only teaching materials, no websearch, no use of ai.
 - Timeframe: 10 Minutes
 - Expected result: A functional Vue script with incode-comments that explains the function of event-handling and can increment the counter by steps of 2 instead of 1.
 
Source
Assignment
- Test the code example provided to you. Describe the behaviour of the script using HTML comments.
 - Welche 3 Codezeilen sind Kernstück für das Hochzählen des Counters. Identifizieren Sie diese und kommentieren Sie diese aussagekräftig.
 - Verändern Sie die Schrittweite des Counters auf 2. Es soll also in 2er Schritten hochgezählt werden.
 
