generated from HYF-Class20/home
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
check-inYou can use the check-in template to track your module learning objectives, your weekly progressYou can use the check-in template to track your module learning objectives, your weekly progresschecked-1After review, we add the checked labelAfter review, we add the checked labelchecked-3individualweek-3
Milestone
Description
Learning Objectives
- You understand the JavaScript Event Loop, and can demonstrate this by using
setTimeoutandsetIntervalto schedule simple tasks. - You can explain why Asynchronous Programming is important for programs that have blocking and non-blocking tasks.
- You can explain the basics of the Client/Server model and HTTP requests and can
fetchdata from RESTful APIs. - You can break down an asynchronous problem into smaller tasks and solve it using promises. This includes identify which tasks depend on each other and which are independent:
- dependent tasks: The return value from one task is required to start the next task, these must be completed in a specific order -
.then - independent tasks: These tasks do not use each other's return values, they can be completed at the same time -
Promise.allsystem.
- dependent tasks: The return value from one task is required to start the next task, these must be completed in a specific order -
- You can fetch data from an API and render it into the DOM using
/api-calls,/handlersandasync/awaitsyntax. - You can write unit tests for functions that return promises using
async/awaitsyntax.
Week
- I have pushed my progress to my fork of exercises repo
I Need Help With:
- everything is good for now.
What went well?
- I managed to finish the project . but took more time than expected.
What went less well?
Lessons Learned
Sunday Prep Work
Week 3
- I have pushed my progress to my fork of exercises repo
- I have pushed my progress to get a joke project
I Need Help With:
- still need to add the type and flags to the jokes
What went well?
- I face problems with types of jokes and the one-part joke but now its fine
What went less well?
- couldn't do the last week project, I will try to do it the coming days. sorry!
Lessons Learned
Sunday Prep Work
---- END CHECK-IN TEMPLATE ---->
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
check-inYou can use the check-in template to track your module learning objectives, your weekly progressYou can use the check-in template to track your module learning objectives, your weekly progresschecked-1After review, we add the checked labelAfter review, we add the checked labelchecked-3individualweek-3