Newer
Older
2022-ItoYu / kadai9.js
@ITO Yu ITO Yu on 1 Jul 2022 178 bytes x
function color() {
  document.getElementById("box").style.backgroundColor = "yellow";
}
function color2() {
  document.getElementById("box2").style.backgroundColor = "yellow";
}