How events drive programming for the web

from blog Blog - Alex Strick van Linschoten, | ↗ original
As part of my studies for Launch School, last month I was introduced to the idea of 'events' and how we can use the DOM and JavaScript to cause things to happen without having to force a full reload of the page. This is sometimes known as AJAX requests, which stands for Asynchronous JavaScript And XML. In this mental model, we can think of the...