Open AnitaSharma2022 opened 1 year ago
Week 1 Stop-Watch
Hi, in theory, the link with the text "my fork of module repository" should go to https://github.com/AnitaSharma2022/asynchronous-programming which should be a fork of https://github.com/HackYourFutureBelgium/asynchronous-programming, your fork is where you push the exercises. Check this issue for reference, see also the link of the text "my fork of exercises repo" and all the rest, like Projects and Milestone under Labels.
Hi, in theory, the link with the text "my fork of module repository" should go to https://github.com/AnitaSharma2022/asynchronous-programming which should be a fork of https://github.com/HackYourFutureBelgium/asynchronous-programming, your fork is where you push the exercises. Check this issue for reference, see also the link of the text "my fork of exercises repo" and all the rest, like Projects and Milestone under Labels.
Yes , I updated thank you so much
Week 2 user-api
-understanding api
Week 3 Todo-list
Hi @AnitaSharma2022 , Really nice progress, congrats!
Feel free to reach out via Slack in case that you have any questions, I'll be happy to help :)
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.