Open Ibrahim86Ali opened 1 year ago
@Ibrahim86Ali You can always still work on the assignment to understand it better.
@Ibrahim86Ali You can always still work on the assignment to understand it better.
@bermarte hi bermarte i hope you are doing good ......thanks for following up ....
Asynchronous Programming
My forked repo
Stop watch repo
Get Posts
Learning objectives
setTimeout
andsetInterval
to schedule simple tasks.fetch
data from RESTful APIs..then
Promise.all
system./api-calls
,/handlers
andasync
/await
syntax.async
/await
syntax.Week 1
I Need Help With:
nothing
What went well?
1- the core of Asynchronous Programming β β β the event loop β β β
2-setTimeout() ... how to us it ...and 1000 millisecond is not always a good choice
What went less well?
setInterval() ..... i need to test it how its working in the project stopwatch promises ...need to work with it ...
Lessons Learned
setTimeout() Asynchronous Programming how its works in the background
Week 2
I Need Help With:
nothing
What went well?
1- Network request using XMLHttpRequest , 2-using Fetch and how to handle a promise , and if the response was not ok when need to catch an err 3- how to create , Parsing , handling JASON DATA
What went less well?
nothing
Lessons Learned
all these principles above β«
Week 3
I Need Help With:
nothing
What went well?
1- how to use Async/Await and to handle the promise with in
What went less well?
promiseAll() ... i need to check more examples
Lessons Learned
after three week most of the main principles of Asynchronous Programming are quite clear ... need to do the projects π