JavaScript Promises.
What problem promises solve.
The problem statement is this.
We all know that JavaScript executes code line-by-line, from top to bottom. Now imagine you have five functions in a file, all independent,
nikhilprashar.hashnode.dev6 min read