2024-08-27 09:23:22 +08:00

3 lines
73 B
JavaScript

Promise.resolve(1).then(2).then(Promise.resolve(3)).then(console.log);