logo

Crowdly

Browser

Add to Chrome

Node.js Що виведе цей код? Promise.resolve(1) .then(n => { Promise.resolve...

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

Node.js

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

Promise.resolve(1)

.then(n => {

Promise.resolve(n + 10);

})

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

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