JavaScript Promises - Quizzes and Interview Questions
20 July, 2022
10
10
0
Contributors
Promise Interview Ready - A New Way to Learn.
Please join me to learn JavaScript Promise in a new way. This repository contains all the source code and examples used in the Demystifying JavaScript Promise Series. It will help a beginner with many examples to understand the promises and get ready for the interview questions. You can also catch up with the video series from my YouTube Channel.
🏗️ This repo is Work In Progress at this time. We appreciate you follow, use, and contribute to it. Liked the work so far? Please give it a star(⭐)
Many Thanks to all the Stargazers
who has supported this project with stars(⭐)
Content
- JS Sync Async
- Promise Basics
- Promise Chaining
- Async/Await
- Promise API Methods
- Common Mistake
- QUIZZES - Practice and Fun
Learn
- Synchronous vs Asynchronous JavaScript
- JavaScript Promises - Explain Like I'm Five
- JavaScript Promise Chain - The art of handling promises
- JavaScript async and await - in plain English, please
- Introducing PromiViz - visualize and learn JavaScript promise APIs
- 6 Common mistakes in using JavaScript Promises
Contribute
Please contribute to this project by making it better. You can improve the doc, add examples. The majority of the contributions we are looking for is in the areas of more QUIZZES related to JavaScript Async Programming and Promises. Here is the current state of it: QUIZZES
HTML
JavaScript