logo

Crowdly

Browser

Add to Chrome

Що буде виведено в консоль після виконання коду? let data=[]; for (let i=0...

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

Що буде виведено в консоль після виконання коду?

let data=[];

for (let i=0; i<3; i++){

data.push(i+1);

}

console.log (data);

More questions like this

Want instant access to all verified answers on b.optima-osvita.org?

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

Browser

Add to Chrome