Add callbacks content (#1748)
* Update readme.md * Update content/roadmaps/106-javascript/content/112-javascript-asynchronous-javascript/103-callbacks/readme.md Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>pull/1787/head
parent
53af80949e
commit
1f86680cd2
1 changed files with 6 additions and 1 deletions
@ -1 +1,6 @@ |
||||
# Callbacks |
||||
|
||||
A callback function is a function passed into another function as an argument, which is then invoked inside the outer function to complete some kind of routine or action. |
||||
|
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://javascript.info/callbacks'>Callbacks in JavaScript</BadgeLink> |
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://developer.mozilla.org/en-US/docs/Glossary/Callback_function'>Callback Functions</BadgeLink> |
||||
|
Loading…
Reference in new issue