DEV Community

Cover image for Day-35 Training at Ryaz : Asynchronous js
mahin651
mahin651

Posted on

Day-35 Training at Ryaz : Asynchronous js

  • Date:2/03/2022
  • Day:Wednesday

Today I started at about 10:50 am as I was done with till fifth module and was to start with sixth module so, I started with sixth module in which instructor have main agenda of Asynchronous js. Firstly he explained the difference between Synchronous and Asynchronous java script. As the name suggests synchronous means to be in a sequence, i.e. every statement of the code gets executed one by one and on other hand Asynchronous code allows the program to be executed immediately where the synchronous code will block further execution of the remaining code until it finishes the current one.and after this he explained with callbacks in node js as he explained that callbacks are function called at the completion of a given task or assigned task.and after this he explained about promises in node js i.e promises are action which will either be completed or rejected.so, today I was able to cover this much I am left with Async and await part and exercise of sixth module. so, this way today I was able to learn many new things.

Top comments (0)