Posts by Moises B. Almeida • 32 points
1 post
-
-1
votes2
answers64
viewsA: I wanted to know how to make the button change color
You should not mix languages like this. Use Javascript only. Instead of trying to feed this variable you should just add the class to the button button.classList.add("btn-success"). Do not use…