This is a response to Cloze one by one uncovering - #14 by shallash I’ll briefly explain how basic user input works in JS, so you can add buttons and keyboard shortcuts yourself whenever you need them in the future: Foundation: The HTML element The foundation for everything JS-related is the HTML element. Any content that isn’t plain text ( → textNode) is contained inside an element: various content containers (, , , …) links () images () etc. Elements can be accesse...