Today, we're going to look at how to get nodes in the DOM and determine what type of node they are with vanilla JavaScript. Let's dig in! Some HTML Let's say you have some HTML like this Hello, world! How are you today? It's a great day, isn't it? .....