JavaScript Traverse

Javascript traverse refers to moving through the DOM for finding an 
specific element in a webpage. 

You usually traverse when you select an element by its relation with other
elements

You can find more about it here: https://zellwk.com/blog/dom-traversals/
codewi