Update Broken Link (#3308)

Update Callback broken link
pull/3331/head
Benson Arafat 2 years ago committed by GitHub
parent 5c2562dadb
commit 4aca07e3d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/roadmaps/nodejs/content/104-nodejs-async-programming/104-callbacks.md

@ -4,5 +4,5 @@ Node.js, being an asynchronous platform, doesn't wait around for things like fil
Visit the following resources to learn more:
- [What are callbacks?](https://nodejs.org/en/knowledge/getting-started/control-flow/what-are-callbacks/)
- [What are callbacks?](https://developer.mozilla.org/en-US/docs/Glossary/Callback_function)
- [Asynchronicity in Programming Languages](https://nodejs.dev/en/learn/javascript-asynchronous-programming-and-callbacks/)

Loading…
Cancel
Save