JavaScript Promises Explained for Beginners
What problem promises solve
JavaScript is single-threaded. It can only do one thing at a time. Yet we constantly need to do things that take an unknown amount of time — fetching data from an API, read
joydeep.hashnode.dev3 min read