The Story of a Rejected Promise (As a Javascript Programmer)
Stop waiting, start doing!
-Unknown
Javascript is inherently synchronous, i.e. it runs only one line of code at a time and in a sequential manner. This means if a task has a long wait-time, e.g making a network call and then waiting for the call to ...
debamitra.hashnode.dev3 min read