2020-05-18 22:59:12 +01:00

6 lines
95 B
JavaScript

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