DEV Community

kapeel kokane
kapeel kokane

Posted on

2 3

Everything you need to know to get started with 👨🏾‍💻Javascript Promises 🎗

Even though we don't encounter the inner deep workings of Javascript on a day to day basis even though we write code daily does not mean there is no advantage in knowing how things function under the hood.

Take the Javascript event loop for instance. I recently created an article (along with a video) explaining the Javascript event loop and how it is so awesome even though it is just single-threaded! Getting to know about how the language is functioning sets up some new thought patterns in your mind and ever so slightly changes the way you write code, subconsciously, but for good.

Check out the article here if you missed it:

Continuing on the same lines, let us today dig into what promises actually are, how they came into being, what problem they are trying to solve, and finally, a brief explanation of how they internally work.

Here is a video I created explaining those right from the basics.

Let me know your opinions about it. Cheers! 🍻

Heroku

This site is built on Heroku

Join the ranks of developers at Salesforce, Airbase, DEV, and more who deploy their mission critical applications on Heroku. Sign up today and launch your first app!

Get Started

Top comments (0)

SurveyJS custom survey software

JavaScript Form Builder UI Component

Generate dynamic JSON-driven forms directly in your JavaScript app (Angular, React, Vue.js, jQuery) with a fully customizable drag-and-drop form builder. Easily integrate with any backend system and retain full ownership over your data, with no user or form submission limits.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay