Weather app Learnings
Weather app Learnings
CSS Concepts
box-shadow:
o Example:
inset:
box-sizing: border-box:
HTML Concepts
span Tag:
o In your project:
JavaScript Concepts
Async/Await:
o Syntax Example:
console.log(data);
Template Literals:
o Example:
Promises:
o Built-in Example:
});
o Handle with .then() for success and .catch() for errors.
Console Methods:
document.getElementById('temp').innerHTML = `$
{temperature}<sup>°C</sup>`;
o Example: