Learn how to add event listeners to HTML elements. We'll assign click, double click and mouse over events to a button and get some changes within our HTML upon triggering these events.

This tutorial is Part 9 from HTML & CSS Crash Course for a JavaScript Developer series.
https://www.youtube.com/watch?v=pB2tCUNfyDQ&list=PLv9Pf9aNgemuYdHkUa_knXKMYZcW9WEaf

#html #javascript #events