How Promises work in Javascript
Javascript is Asynchronous, i.e; there will be some code blocks in your program that will wait for other functions/code to execute. Most times this "some code" will be a Callback function that waits for certain processes to finish and then execute.
e...
utkarsh12.hashnode.dev3 min read