====== LU07.A03 - Methods with several arguments ====== ===== Prerequisites ===== * Work type: Individual * Means of aid: only teaching materials, no websearch, no use of ai. * Timeframe: 15 Minutes * Expected result: A Vue-Script, which uses methods to display messages on the screen and increments and decrements a counter. ===== Learning Objectves ===== - Implementing VUE methods by using arguments. - Increment and decrement a counter within a method. - Writing own methods and making use of them. ===== Source ===== * [[https://www.w3schools.com/vue/tryit.php?filename=tryvue_methods_2args |Code-example: Methods in VUE]] ===== Assignment ====== * 01: Test the code example above which was provided to you. Describe the behaviour of the script using HTML comments. * 02: Make sure that everthing is working correctly: When clicking on the tiger image there must appear a text below the image "Hello, tiger". * 03: Make sure that you have the title