Vidyalelo
JavaScript · Q84

Caching And Debugging

Programming · JavaScript · question 84

Q84

Which is the function that is called to validate a data?

A.
validate()
B.
valid()
C.
validation()
D.
none of the mentioned
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
There is no such function to validate a data) But, you can write a function with any name to validate the data.