Event Handlers
1. Introduction
After completing this module, you would be able to:
- Explain the concept of events and triggers
- Create necessary code to capture and handle event
In the previous lesson, we discussed the concept of functions, why is it important to create functions especially with long and complex codes. We also discussed how to define a custom JavaScript function by using either function as a declaration method or function as an expression method.
In this lesson will be discussing how to make your web pages interactive by creating processes through the use of functions that react how a user is using your website through HTML events.