6 lines
88 B
JavaScript

async function myFunction() {
const value = -5.9
|> abs
|> await Math.floor(#);
}