Open Shewitttt opened 2 years ago
Week 1
First week of class went well. I understood the exercises we attempted in class. During the week I watched the video by free code camp and understood concepts of sync, async, setTimeinterval, callback and promise. I just started doing the exercises for the week.
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.