Went back today to review how async/await, .then() and the Fetch API actually work with practical code.
Async/await for clean code, .then() to understand promises, and fetch to get real data.
Day 40 β
Wrapped up my JavaScript course with the Fetch API.
Fetch API introduced me to making requests to servers, working with asynchronous data, and handling responses using Promises.
This weekend, I'll be reviewing my previous work and strengthening my understanding of every topic before I start building my first Fetch API project a Weather App.
Day 40 β
Wrapped up my JavaScript course with the Fetch API.
Fetch API introduced me to making requests to servers, working with asynchronous data, and handling responses using Promises.
Day 39 β
Started exploring async and await today.
The biggest takeaway was realizing that await is simply another way of handling a Promise. Instead of chaining .then(), it lets the code read from top to bottom while waiting for the Promise to finish.
Over the past days, I've learned variables, functions, loops, conditionals, DOM manipulation, creating and modifying elements, styling with JavaScript, working with attributes and classes, events, callbacks, Promises, asynchronous JavaScript, and now the Fetch API.
@FaithJosh57 Not sure I'd be able to either. This is the first time I've heard about medical related coding. I even went to Google to look it up, and Google made it sound the same way you did. ππ
$SLX might never recover especially with daily unlocks now active.
Crime is done, team/VC is satisfied and taken profit.
Will be claiming whatever unlocks on weekly basis.
Claimed 1054 SLX today. More to come
Day 39 β
Started exploring async and await today.
The biggest takeaway was realizing that await is simply another way of handling a Promise. Instead of chaining .then(), it lets the code read from top to bottom while waiting for the Promise to finish.
Day 38 β
Started learning Promises today.
At first, the concept felt confusing, but breaking it into small examples helped me understand the basic idea.
Day 38 β
Started learning Promises today.
At first, the concept felt confusing, but breaking it into small examples helped me understand the basic idea.
I also practiced using .then() to handle successful results and .catch() to handle errors. Writing simple examples instead of just reading the syntax made the concepts much easier to follow.