Open denrique-alvarez opened 2 years ago
Nothing so far. Just taking the time to absorb new concepts and syntax.
Advancing through the material steady and solid.
A lot of new concepts and syntax: promises, then and catch, executor callbacks...
Keep going through the material and revisit a couple key concepts.
Nothing so far. Just more practice in different contexts.
Progressing through the material felt pretty smooth and gradual.
Despite solving the exercises some concepts seem still too abstract.
Using promises in different contexts. Promise.all(), sequential vs. parallel execution, more practice with callback functions...
Keep going through the material and revisit a couple key concepts, again.
Nothing so far. This module has been very useful to see everything working together. A lot is more clear now.
Seeing the same concepts over and over again really helps me consolidate my understanding.
Still trying to see everything in practical terms as a bigger picture. No rush though.
Use of API's, promises, better understanding of rendering and components, lots of new syntax and language features.
I have done the first reverse-engineering exercise. I will try to finish the next one at least.
Study Plan
Learning Objectives
setTimeout
andsetInterval
to schedule simple tasks.fetch
data from RESTful APIs..then
Promise.all
async/await
fetch
es data from a RESTful API and renders it into the DOM.process.argv
and reads/writes the file system.