2019-02-04 21:58:46 +01:00

7 lines
102 B
JavaScript

async function myFunction(n) {
return n
|> Math.abs
|> Promise.resolve(#)
|> await #;
}