When do we use the querySelector() method?
- When we want to access elements with specific selectors
- We only use it when an element doesn't have an ID
- We only use with with elements that have a class
When we want to access elements with specific selectors.