Open minjupgeorge opened 2 years ago
Week 1
Js Event loops, setInterval, setTimeOut and clearInterval are practiced and understood.
I have started doing the stopwatch and is yet to complete.
I have completed stopwatch needs to do separation. MyStopwatch
Week 2
Asynchronous Programming
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.