Vidyalelo
JavaScript · Q56

Parsing, Benchmarking And Logging

Programming · JavaScript · question 56

Q56

What is the purpose of the parameter value?

A.
Field’s expected value
B.
Field’s previous value
C.
Field’s current value
Answer
D.
Field’s probability value

Answer: Option C

Solution

Answer: Option C
Solution:
The parameter $value is the field’s current value (either from the DB, or the POST data if there was a validation error).