Javascript DOM tutorials/resources

I’m trying to dive deeper into vanilla Javascript and working with the DOM. What are some good tutorials or resources for this? It’s surprisingly difficult to find tutorials that teach the DOM specifically and teach it well.

It’s not a tutorial about the DOM, but if you know a little bit jQuery, it shows you how to do the same stuff in vanilla JS. (jump down to the Elements section)
http://youmightnotneedjquery.com/

That’s a pretty big help. Did a few projects with JQuery and I’m having trouble remember how to do simple stuff with Javascript.