Vidyalelo
JavaScript · Q52

Parsing, Benchmarking And Logging

Programming · JavaScript · question 52

Q52

How many arguments does the getInputHtml() accept?

A.
1
B.
2
Answer
C.
3
D.
4

Answer: Option B

Solution

Answer: Option B
Solution:
The method getInputHtml(0 accepts two arguments: value. value is the field’s current value (either from the DB, or the POST data if there was a validation error).