Newer
Older
2022-Tsubasa / redyellow.js
@SAITO Tsubasa SAITO Tsubasa on 24 Jun 2022 172 bytes *** empty log message ***
function red() {
  document.getElementById("box").style.backgroundColor = "red";
}
function yellow() {
  document.getElementById("box").style.backgroundColor = "yellow";
}