Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Що буде результатом цього коду?
let total = 0;for (let i = 1; i <= 3; i++) { total = total + i;}console.log(total);
числа 1, 2, 3 будуть виведені в консоль
0 буде виведено в консоль
6 буде виведено в консоль
3 буде виведено в консоль
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!