LU06.S01 - Events - introductory example
Sourcecode of the solution
Assignments
- Test the code example provided to you. Describe the behaviour of the script using HTML comments.
 - Which 3 lines of code are the core for incrementing the counter? Identify these and comment on them in a meaningful way.
 - Change the increment of the counter to 2, i.e. it should count up in steps of 2.
 - Establish in your webstorm-editor a new directory and name it 06_events. Safe the script in this directory.
 - To make sure, that the moose is visible as well, safe the image of the image in the media-directory in webstorm
 - Adjust in your script the path to the moose-image in order to make it visible again.
 
Your solution should look like as follows displayed


