Discussion :: Javascript - CS
- What is the purpose of the parameter $value?
A.
Field’s expected value |
B.
Field’s previous value |
C.
Field’s current value |
D.
Field’s probability value |
Answer : Option C
Explanation :
The parameter $value is the field’s current value (either from the DB, or the POST data if there was a validation error).
Be The First To Comment