Q. Which is the function used to loop in an array to view all the values?

  • (A) all()
  • (B) loop()
  • (C) each()
  • (D) none of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (C) each()
Explanation: The method jQuery.each(array, function) loops through the array.
Explanation by: Mr. Dubey
The method jQuery.each(array, function) loops through the array.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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