1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-03-19 14:49:42 +01:00

Add MDN link to Asynchronous JavaScript (#3404)

* Update index.md

* Update src/roadmaps/javascript/content/112-javascript-asynchronous-javascript/index.md

---------

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
This commit is contained in:
Khushi Kothari 2023-02-08 21:39:55 +05:30 committed by GitHub
parent f3622a1b1c
commit 6fe8fee25f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,3 +12,4 @@ So even though you may not have to implement your own asynchronous functions ver
Visit the following resources to learn more:
- [Asynchronous JavaScript - MDN](https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Asynchronous/Introducing)