πŸ“Š JavaScript
Q. What is the purpose of the basic validation?
  • (A) Data correctness
  • (B) Mere data existence
  • (C) Both Data correctness and Mere data existence
  • (D) None of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (B) Mere data existence

Explanation: First of all, the form must be checked to make sure data was entered into each form field that required it. This would need just loop through each field in the form and check for data.

Explanation by: Mr. Dubey
First of all, the form must be checked to make sure data was entered into each form field that required it. This would need just loop through each field in the form and check for data.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
118
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
91%
Success Rate