Vidyalelo
JavaScript · Q83

Caching And Debugging

Programming · JavaScript · question 83

Q83

What is the purpose of data format validation?

A.
Data correctness
Answer
B.
Mere data existence
C.
Both Data correctness and Mere data existence
D.
None of the mentioned

Answer: Option A

Solution

Answer: Option A
Solution:
The data that is entered must be checked for correct form and value. This would need to put more logic to test correctness of data.