Which best explains getSelection()?
A
Returns the VALUE of a selected OPTION
B
Returns document.URL of the window in focus
C
Returns the value of cursor-selected text
D
Returns the VALUE of a checked radio input
Correct Answer: Returns the value of cursor-selected text
The Window.getSelection() method returns a Selection object representing the range of text selected by the user or the current position of the caret. The getSelection() method returns the value of the cursor-selected text.