--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.
When single task can be done by multiple groups/family of objects and decision is taken at the runtime.
No comments:
Post a Comment