How would I change say my div with the class "Header" to green in js ?
Just tried that it Dont workdocument.querySelector("Header").style.color = "green";
That code definitely works, so there's something else causing a problem. Check these 2 things:Jus tried that it dont work Dont work
