🔤 Text selection Note date 27 Jan, 2026 Tags javascript const selection = window.getSelection()const selectedText = selection.toString() ← Back home