✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Укажіть, що буде результатом виконання цього коду:const score = 55;if (score >= 60) { console.log('Well done!');} else { console.log('Try again!');}