✅ 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);