Make A Button To Copy Text Onto The Clipboard
March 2022
lima delta november
JavaScript
const
document.
Notes
- I'm using innerText instead of innerHTML in the copy. Using innerHTML put the tags themselves in the output when I posted into a plain-text editor
end of line