Αυτή είναι μία απλή παράγραφος για δοκιμή Javascript συμβάντων και της εκτύπωσης στην console μηνυμάτων αποσφαλμάτωσης
Note that you don't have to call it event (I tend to call it simply e). That Event object has a number of properties which describe the event it represents. In this case, the one you're interested in would be target, which shows the element that was the source of the event:
Ένα επιπλέον div στο οποίο συνδέω ένα event (onclick) με την κλήση μίας συνάρτησης αλλά μέσω javascript κώδικα!




