A quick guide on handling custom events in JavaScript
JavaScript has several events you can utilize, whether they be load-related events such as DOMContentLoaded which fires when the browser has finished loading the HTML or action-based events such as click or scroll. There is an event for just about an...
trammellwebdev.hashnode.dev3 min read