Which method is used to traverse a singly linked list?
forEach()
map()
next()
while loop (traversing by moving from node to node)
This question is part of this quiz :