Hey everyone, I'm still learning about javascript and other web development languages.
My current task is to locate all the buttons on a webpage and remove the ones that have a specific background image.
I know about using getElementsByTagName but need guidance on what to do next.
So far, I have this code snippet:
document.getElementsByTagName(button)
Could someone please advise me on the next steps?
Thank you for your assistance.