Skip to content

Repository files navigation

asynchronousJsCourse

Mastering asynchronous programming in JavaScript.

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

= improve and efficient data collection

= allows multitasking

About

No description, website, or topics provided.

Resources

Stars

10 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages