Events in JavaScript are the backbone of interactivity in the browser. In August 6, 1991, Sir Tim Berners-Lee released the very first website to the world! The World Wide Web was born, but there was no JavaScript, and no one really knew what the internet was anyway. In January 1993, the first commercial web browser, Mosaic, was released. We still didn't have JavaScript, but we had the unstandardized version of the DOM (Document Object Model). In 1995, the very first version of JS was born and was famously written in ten days.
Today we can leverage JavaScript to write web applications, and we can use browser events to make our web applications interactive.
- Understanding events in JavaScript
- Setting up Event Handlers