skip to content →
ts-quiz
js-async · 1/5[wyjdź]
async function f() { return 42; }
const r = f();
console.log(r);

Co wypisze console.log?

✓ es2024