2020-04-13 15:44:06 +01:00

5 lines
102 B
JavaScript

first(args, function () {
second(args, function () {
third(args, function () {})
})
})