RockPaperScissors
This commit is contained in:
@ -41,3 +41,5 @@ buttone = document.getElementById("buttontwo");
|
||||
buttone.addEventListener("mouseover", event =>{
|
||||
buttone.classList.toggle("texttwo"); //toggle will add if the class is not there and remove if it is there
|
||||
});
|
||||
|
||||
//https://www.youtube.com/watch?v=lfmg-EJ8gm4&t=35022s
|
Reference in New Issue
Block a user