Dies ist eine alte Version des Dokuments!
LU06.A02 - Events
Prerequisites
- Work type: Individual
- Means of aid: only teaching materials, no websearch, no use of ai.
- Timeframe: 30 Minutes
- Expected result: A functional Vue script similarly new function i.g. increment, decrement, with various step-size, and reset counter.
Source
Assignments
- Test the code example provided to you. Describe the behaviour of the script using HTML comments.
- Change the caption of the Moose-Button to + 1 Moose .
- Similiarily to the Moose-Button add another button -1 Moosewhich counts down.
- Add another 2 buttons which count up respectively down by step-size 5
- Add another 2 buttons wich count up respectively donw by step-size 10.
- Add another button which resets the counter to 0.