Skip to content

Commit fce4317

Browse files
committed
Callback hell defn
1 parent f9046d4 commit fce4317

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

1-callback.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ friends.forEach(function (eachName, index) {
2525

2626
/**
2727
* CALLBACK HELL
28+
*
29+
* A fragile, unreadable sequence of asynchronous operations, represented by nested anonymous functions, idiomatic to node.js applications
2830
*/
2931

3032
getData(function (a) {

0 commit comments

Comments
 (0)