Q. Which is the function used to loop in an array to view all the values?
β
Correct Answer: (C)
each()
Explanation: The method jQuery.each(array, function) loops through the array.