Vidyalelo
JavaScript · Q95

Document Object Model And Event Handling

Programming · JavaScript · question 95

Q95

Which of the following property specifies the string of text that was entered?

A.
message
B.
data
Answer
C.
string
D.
text

Answer: Option B

Solution

Answer: Option B
Solution:
A textinput event handler has a data property that specifies the string of text that was entered.