In batman.js, event handlers respond to user interactions like “click” and “submit”. You can use them to modify application state in response to those interactions. Let’s look at: What event handlers are and where they’re defined How you can connect handlers to DOM events How you can pass arguments...