Events in JavaScript
Introduction
So, now we know what a DOM is can manipulate it yay!
But so far we didnt do what most users do a lot of clicking and mashing the keyboard.
So how do we do things when the user does some action?
how do we let the program know?
TLDR, ...