6 lines
95 B
JavaScript
6 lines
95 B
JavaScript
first(args, function () {
|
|
second(args, function () {
|
|
third(args, function () {})
|
|
})
|
|
})
|