🔤Text selection 9 Jun 2023 javascript const selection = window.getSelection() const selectedText = selection.toString()