Day-35 Training at Ryaz : Asynchronous js

mahin651

mahin651

Posted on March 2, 2022

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.

💖 💪 🙅 🚩
mahin651
mahin651

Posted on March 2, 2022

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related

Introduction to NodeJS
node Introduction to NodeJS

October 23, 2024

Create a Node Server using Hono
javascript Create a Node Server using Hono

July 4, 2024

All About NPM (Node Package Manager)
javascript All About NPM (Node Package Manager)

May 25, 2024

What are HTTP headers in a REST API?
javascript What are HTTP headers in a REST API?

October 31, 2023