3,配列 複数のデーターを扱う
0 1 2
const weather = ["晴れ", "曇り", "雨"];
document.getElementById("test").textContent ="今日の天気は" + weather[1];
Go to list of users who liked
More than 3 years have passed since last update.
3,配列 複数のデーターを扱う
0 1 2
const weather = ["晴れ", "曇り", "雨"];
document.getElementById("test").textContent ="今日の天気は" + weather[1];
Register as a new user and use Qiita more conveniently
Go to list of users who liked