Javascript Difficulties Learning Promises

I’ve had a hard time trying to learn promises in Javascript. Here is why. What do I mean by learn When I learn something, I learn to understand, not simply to use. In this case, it means understanding the syntax, but also the flow of data and function calls. Why was it difficult Compared to traditional programming, I found that Promises where difficult because: you manipulate callbacks (resolve() and reject()) through an object (using ....

October 19, 2021 · 2 min · Jonas DOREL