Hi! I’m ZanderStylised (pixellated) picture of Zander, I make web things

Code Notes

šŸ”¤Text selection

const selection = window.getSelection()
const selectedText = selection.toString()