What is a Promise in JavaScript?
The code below uses arrow functions, which should make it easier to read.
Why do we need Promises?
Sometimes you want to write JavaScript code that will not return a result immediately. Maybe you want to request something from a server and it takes ...
arturcarvalho.hashnode.dev5 min read