Thursday, December 30, 2021

Difference between synchoronus js and asynchoronus js

 --In synchoronus js code is execute line by line by one thread. 

--In asynchoronus js code is execute in background.

   -- We pass in callback that run once the function has finished its works.

   --Move on immediate : Non-blocking.

No comments:

Post a Comment

Element of a good table (Ref: Database design mere mortals by Michael J. Hernandez)

  Elements of the Ideal Table: It represents a single subject, which can be an object or event that reduces the risk of potential data integ...