You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
synchronus programming = follows a strict set of sequences, when code runs it will follow a synchronus programming, and follow each step in order, do task 1, do task 2, and lastly task 3. it is sequential
asynchronus programming = is a process that allows an application to run a second set of instructions while focusing on its primary or basic process
= it improved application performance and better user experience