🔥 Intersection Observer is handy for when you need to disable a UI until something has been shown on screen. In this case we can check if the last element of a terms and conditions has been totally shown before enabling the accept button. code in followup tweet 👇🏻
🔥 Canvas tip I just learned from @jake_albaugh. You can paint to a really small canvas to get quick+cheap colour processing and you can visualize it with canvas `{ image-rendering: pixelated; }` 🤯 This is a 35x35 canvas
Next →🔥 Nice little trick adapted from @Fotiman after the most recent @syntaxfm Get an array of all month/day names using .toLocaleDateString()