logo

Crowdly

Browser

Add to Chrome

Node.js Який порядок виведення у цьому коді? async function f() { try { consol...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Node.js

Який порядок виведення у цьому коді?

async function f() {

try { console.log('1'); return 'done'; }

catch { console.log('2'); }

finally { console.log('3'); }

}

f().then(v => console.log(v));

100%
0%
0%
0%
0%
More questions like this

Want instant access to all verified answers on learn.ztu.edu.ua?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome