9:26pm PST - March 11th, 2022

Document.querySelector() document.querySelector("h2"); /* means get the first <h2> element a CSS selector. */ querySelectorAll(); //returns all matches // returns a null if nothing matches

0 retweets   0 likes  - Tammy (@tdefrain)