Today:
- Revised async/ await, error handling , this-binding context and its methods questions.
- Iterators , generators in js
- ways to import/export files via ES6 Modules and CommonJS
Attending Agentic Frontend Development workshop with @OpenAI Codex. Built first versions of 2 websites using codex as demo.
1. Landing page for Fern & Clay, plant shop and working greenhouse in Stoke Newington, London.
2. To-do List overview with categorisation of tasks
Today:
- async function return a fulfilled promise
- when await returns value and when a promise?
- What happens when promise is rejected?
- try ...catch
- sequential vs parallel async operations
- Promise.all()
- Promise.all() rejection handling
- fetch()
Practicing async/await questions today. Understanding the logic of multiple callback and microtask queues...
Getting the concept of event loop and execution order now.
Create a simple Todo Page by incorporating features like Add and delete tasks. Learned lots of new stuff like how to validate input and dynamic DOM manipulation.
Link: https://t.co/GGsDS2q1K9
Completed basics of OOP by learning about encapsulation, getter and setters, polymorphism, abstraction. Started DOM .
Also revised previous concepts of js....