diff --git a/fff/09_yohou/main.js b/fff/09_yohou/main.js index dc197a0..d65fb24 100644 --- a/fff/09_yohou/main.js +++ b/fff/09_yohou/main.js @@ -58,6 +58,8 @@ function makeCondition(tenki) { const list = []; + const iconEl = document.getElementById("weatherIcon"); + const textEl = document.getElementById("weatherText"); if (tenki.code === 0) { list.push("sunny");