Q101
Which is the function used to loop in an array to view all the values?
A.
all()
B.
loop()
C.
each()
AnswerD.
none of the mentioned
Answer: Option C
Solution
Answer: Option C
Solution:
The method jQuery.each(array, function) loops through the array.