InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is defined by the specification?(a) dataMethod(b) input(c) inputMethod(d) inputdataMethod |
|
Answer» Right option is (c) inputMethod To explain I would say: The specification defines an inputMethod property on the event object and a set of constants representing different kinds of text input (keyboard, paste or drop, handwriting or voice recognition, and so on). prompt function is a kind of input method. |
|