Newer
Older
2022-K.Ryuei / redyellow.js
@KOBAYASHI Ryuei KOBAYASHI Ryuei on 24 Jun 2022 172 bytes add:js練習ファイル
function red() {
  document.getElementById("box").style.backgroundColor = "red";
}
function yellow() {
  document.getElementById("box").style.backgroundColor = "yellow";
}