Webtech Lab-9
Write a JavaScript code that should navigate every element in the DOM, and for each element in the
body determine whether it is a textNode (type 3) or not. Now add to your script code to create a new
child node for every non-text node encountered. This new node should take on the class "hoverNode"
and innerHTML equal to the parent tag name.