JavaScript Assignment
With the use of Event Listeners, create a webpage that implements two mouse events (e.g. click, mouseover, doubleclick, etc) and two keyboard (e.g. keydown, keyup, or keypress) events.
NOTE: You will need to invoke the alert function or write HTML statements to signify the occurrence of each implemented events.