stronghasu / js-study

0 stars 0 forks source link

3강과제 #8

Open stronghasu opened 10 months ago

stronghasu commented 10 months ago
// 3강과제
      function close_alert() {
        document.getElementById("alert").style.display = "none";
      }