MSI appreciate the list, but I think a better practise is to use Github gist or just format the code so it can be copied ;-) It's looking nice thoughComment·Article·Aug 6, 2021·6 Tools to write an eye-catching article
MSThanks probably it's because of this line: forecastEl[0].insertAdjacentHTML('afterbegin', fday); You can try this instead: forecastEl.append(fday);Reply·Article·Jul 8, 2021·Display 7 Day Weather Forecast with OpenWeather API