

You can gather from this (and from glancing at the MDN event reference) that there are a lot of events that can be fired. The user resizes or closes the browser window.The user chooses a key on the keyboard.The user selects, clicks, or hovers the cursor over a certain element.There are many different types of events that can occur. This might be a single element, a set of elements, the HTML document loaded in the current tab, or the entire browser window. In the case of the Web, events are fired inside the browser window, and tend to be attached to a specific item that resides in it.
#Bubble trouble level code code
Express Tutorial Part 7: Deploying to productionĪs mentioned above, events are actions or occurrences that happen in the system you are programming - the system produces (or "fires") a signal of some kind when an event occurs, and provides a mechanism by which an action can be automatically taken (that is, some code running) when the event occurs.įor example, in an airport, when the runway is clear for take off, a signal is communicated to the pilot.Īs a result, the plane can safely take off.Express Tutorial Part 6: Working with forms.Express Tutorial Part 5: Displaying library data.Express Tutorial Part 4: Routes and controllers.Express Tutorial Part 3: Using a database (with Mongoose).Express Tutorial Part 2: Creating a skeleton website.Express tutorial: The Local Library website.Setting up a Node (Express) development environment.Express Web Framework (Node.js/JavaScript) overview.Express Web Framework (node.js/JavaScript).Tutorial Part 11: Deploying Django to production.Tutorial Part 10: Testing a Django web application.Tutorial Part 8: User authentication and permissions.

