logo

Crowdly

Browser

Add to Chrome

Node.js Що виведе цей код? async function getUser() { return { name: 'Ivan' }; }...

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

Node.js

Що виведе цей код?

async function getUser() { return { name: 'Ivan' }; }

async function main() {

const u = getUser();

console.log(u.name);

}

main();

0%
0%
0%
100%
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