Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

JavaScript | Linked List | Question 3

Last Updated :
Discuss
Comments

Which method is used to traverse a singly linked list?

forEach()

map()

next()

while loop (traversing by moving from node to node)

Share your thoughts in the comments