We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77a45c7 commit 5707f23Copy full SHA for 5707f23
05-Weather-App/script.js
@@ -111,7 +111,7 @@ locatebtn.onclick = () => {
111
1
112
)} °C</h5>`;
113
country.innerHTML = `<span id="country">${data.sys.country}</span>`;
114
- city.innerHTML = `<span id="city">${data.name}/</span>`;
+ city.innerHTML = `<span id="city">${data.name}</span>`;
115
})
116
.catch((err) => {
117
console.log(err);
0 commit comments