You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Conditional Statements: The if Statement - If Else - Looping Statements: The do-while Statement - The while Statement - The for Statement - The for-in Statement - Other Statements: The break and continue Statements - The with Statement - The switch Statement
FUNCTION EXPRESSIONS - Recursion - Closures: Closures and Variables - The this Object - Memory Leaks - Mimicking Block Scope - Synchronous Programming - Asynchronous Programming - Callback - Avoid callback hell - Promise - Bluebird Promises - Async Await - Convert Callback to promise - Convert promise to async await - Why async needed in js?
Milestone 9
JavaScript Date Object - Formatting the dates - Dates comparison - Conversion of UTC to Local Time - Displaying date and time - TimeZone Offset - Epoch time - Date conversion with various time zones including day light time savings - Date conversion without using any third party libraries
About
A self-made roadmap to learn JavaScript from basics to advanced concepts, covering fundamentals, async programming, OOP, design patterns, performance optimization, and real-world projects.