5 lines
102 B
JavaScript
5 lines
102 B
JavaScript
first(args, function () {
|
|
second(args, function () {
|
|
third(args, function () {})
|
|
})
|
|
}) |