lesson
VS Code debuggerAdvanced JavaScript UnleashedOverview of using the VS Code debugger to debug JavaScript
lesson
Breakpoints in browserAdvanced JavaScript UnleashedOverview of using the breakpoints in browser developers' tools to debug JavaScript
lesson
Debugger statementAdvanced JavaScript UnleashedOverview of using the "debugger" statement to debug JavaScript
lesson
DebuggingAdvanced JavaScript UnleashedOverview of what is debugging and different ways to debug JavaScript
lesson
Asynchronous generatorsAdvanced JavaScript UnleashedExplanation of how we can create asynchronous generators in JavaScript
lesson
Asynchronous iteratorsAdvanced JavaScript UnleashedExplanation of how we can create asynchronous iterators in JavaScript
lesson
Promise anti-patternsAdvanced JavaScript UnleashedExplanation of common anti-patterns to avoid when using promises in JavaScript
lesson
MicrotasksAdvanced JavaScript UnleashedExplanation of microtasks, how they are processed, and how they are linked to promises
lesson
Use cases for static Promise methodsAdvanced JavaScript UnleashedExplanation of some static methods of promises and their use cases