Asynchronous VS Synchronous execution .!
what does execution mean ?
It’s the act of doing something , it’s the action in aa planned way.

My little, if you notice I start my blog by defining the meaning of what execution is because we need it so much and I hope that I choosed the right gragh to make our lesson much more easier , if not let’s go through some explanation to make it more understandable for you . So, Synchronous code executed in parts, each part should wait for the previous one to finish her execution than it will execute.In the other hand, we have the Asynchronous , which, doesn’t have to wait , your program can continue to run without any interruption.We all like to use this type because it keep your site or app responsive,productive and reducing waiting time for the user.
It would put me at ease, that you enjoyed the lesson for today , and I really help you to it make some sense.