Asynchronous JavaScript
explained in human language
Async..WHAT JavaScript ??
An Async (short for Asynchronous) JavaScript allows us to run callback functions without actually blocking the execution block, which helps us to run the functions in pararrel to one another.
You know what ? Even I didnt un...
ridhik.hashnode.dev10 min read