Learn how to replace all on a DOM element registered event listeners by replacing it with a clone of itself.
Snippets โ Page 3
Make magical things happen with a few lines
Use
Array
to copy an array and update a single entry while doing it..with Learn how to use
imagemagick
to change sharp PDFs to look like they've been scanned manually.A snippet to share state across React components without a state management library but with a short
useGlobalState
hook.Learn how to throw errors in JavaScript function default parameters by shuffling some code around.