Vidyalelo
JavaScript · Q101

Caching And Debugging

Programming · JavaScript · question 101

Q101

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

A.
all()
B.
loop()
C.
each()
Answer
D.
none of the mentioned

Answer: Option C

Solution

Answer: Option C
Solution:
The method jQuery.each(array, function) loops through the array.