Which of the following property specifies the string of text that was entered?
A
message
B
data
C
string
D
text
Correct Answer: data
A textinput event handler has a data property that specifies the string of text that was entered. This data property is used for manipulating the data which is entered by the user.