Skip to content

robin-dc/Asynchronous-Javascript

Repository files navigation

Asynchronous JavaScript : Overview

Compilation of Async exercises from appacademy.io


📍 Why Learn Asynchronous JavaScript?

Asynchronous operations are common in JavaScript, such as making network requests, handling user input, or performing time-consuming tasks. Understanding asynchronous programming allows you to write code that doesn't block the execution of other tasks, ensuring smooth user experiences and improved performance. Asynchronous JavaScript utilizes concepts like callbacks, promises, and async/await to handle non-blocking operations effectively. By mastering asynchronous JavaScript, you can write responsive and efficient code, handle data asynchronously, utilize resources more effectively, and create interactive web applications that can handle multiple tasks simultaneously.


Set up

To install any dependencies, run:

npm install

Every folder that consist of test folder can run unit tests with mocha and chai, you can run the following command:

npm test

📝 Other noteworthy projects

RECIPE.app
🔗 https://favoriterecipes.vercel.app/
🐱 https://github.com/robin-dc/RECIPE.app.git

Github User Searcher
🔗 https://github-usearch.vercel.app/
🐱 https://github.com/robin-dc/Github-User-Searcher.git

Dental Care Appointment System
🔗 https://dentalcareph.netlify.app/
🐱 https://github.com/robin-dc/Dental-Care-Appointment-System.git

Facebook UI Clone
🔗 https://facebook-darkmode-clone.netlify.app/
🐱 https://github.com/robin-dc/Facebook-UI-Clone.git

Lofi Clock | Music and Notepad in one.
🔗 https://robin-dc.github.io/Lofi-Clock/
🐱 https://github.com/robin-dc/Lofi-Clock.git

Landing Pages

About

Compilation of Async exercises from appacademy.io

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published