Event Invoked Functions 2

  • In our section on functions, we learned about event invoked functions: functions that are triggered to run by a certain event, for example the pressing of a button.

  • We learned that we can use onclick, which will trigger an action when an element is clicked.

  • In this chapter, we learn other useful events.

Event Invoked Functions 2 In our section on functions, we learned about event invoked functions: functions that are triggered to run by a certain event, for example the pressing of a button. We learned that we can use onclick, which will trigger an action when an element is clicked. In this chapter, we learn other useful events.