oqueeh
.net
All topics
>
JavaScript
promise
.
then
(
data
=>
proc
(
data
))
Alternative
(
async
()
=>
proc
(
await
promise
))()