This example demonstrates the order in which event listeners are invoked.
If the button in this example is clicked by the user, the page will show
four alerts, with the text "ONE", "TWO", "THREE", and "FOUR" respectively.