607
Javascript can create atomic bombs
(programming.dev)
Post funny things about programming here! (Or just rant about your favourite programming language.)
document.querySelector('.whatever').style.color = "red";
Don't recommend, though.
Sure, but setting the .style attribute could really be argued as using CSS, just with a different interface. W3Schools refers to this as "inline CSS".