see etch-a-sketch.js
Mother-effing hsl
text pastry extension lets you do 1 to x which will past in a sequence of numbers to each cursor
opacity: 0; pointer-events: none; // Hides an item on the page and makes it unclickable
opacity: 1; pointer-events: all; // Turns it back on
Attributes with a "-" ie. area-selected can almost always be accessed with camel case in JS. ie. ariaSelected
Some properites(custom and aria) need to be accessed with setAttribute method