JavaScript Promises Explained (Without Getting Confused)
At some point in JavaScript, things don’t happen instantly.
Like:
fetching data from an API
reading a file
waiting for a response
This creates a problem… how do we handle something that will comp
kumar-rishabh.hashnode.dev2 min read