Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/atapas/promise-interview-ready

Learn JavaScript Promises in a new way. This repository contains all the source code and examples that make you ready with promises, especially for your interviews 😉.
https://github.com/atapas/promise-interview-ready

async await hacktoberfest interview-questions javascript promise promise-api webdevelopment

Last synced: 12 days ago
JSON representation

Learn JavaScript Promises in a new way. This repository contains all the source code and examples that make you ready with promises, especially for your interviews 😉.

Awesome Lists containing this project

README

        

# 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](https://blog.greenroots.info/series/javascript-promises). 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](https://www.youtube.com/watch?v=pIjfzjsoVw4&list=PLIJrr73KDmRyCanrlIS8PEOF0kPKgI8jN).

> 🏗️ 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(⭐)

[![Stargazers repo roster for @atapas/promise-interview-ready](https://reporoster.com/stars/atapas/promise-interview-ready)](https://github.com/atapas/promise-interview-ready/stargazers)

## Content
- [JS Sync Async](https://github.com/atapas/demystifying-javaScript-promise/tree/main/src/js-sync-async)
- [Promise Basics](https://github.com/atapas/demystifying-javaScript-promise/tree/main/src/01-promise-basics)
- [Promise Chaining](https://github.com/atapas/demystifying-javaScript-promise/tree/main/src/02-promise-chain)
- [Async/Await](https://github.com/atapas/promise-interview-ready/tree/main/src/03-async-await)
- [Promise API Methods](https://github.com/atapas/promise-interview-ready/tree/main/src/04-promis-apis)
- [Common Mistake](https://github.com/atapas/promise-interview-ready/tree/main/src/common-mistakes)
- [QUIZZES - Practice and Fun](https://github.com/atapas/promise-interview-ready/tree/main/src/tasks/readme.md)

## Learn
- [Synchronous vs Asynchronous JavaScript](https://www.freecodecamp.org/news/synchronous-vs-asynchronous-in-javascript)
- [JavaScript Promises - Explain Like I'm Five](https://blog.greenroots.info/javascript-promises-explain-like-i-am-five)
- [JavaScript Promise Chain - The art of handling promises](https://blog.greenroots.info/javascript-promise-chain-the-art-of-handling-promises)
- [JavaScript async and await - in plain English, please](https://blog.greenroots.info/javascript-async-and-await-in-plain-english-please)
- [Introducing PromiViz - visualize and learn JavaScript promise APIs](https://blog.greenroots.info/introducing-promiviz-visualize-and-learn-javascript-promise-apis)
- [6 Common mistakes in using JavaScript Promises](https://blog.greenroots.info/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](https://github.com/atapas/promise-interview-ready/tree/main/src/tasks/readme.md)