✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Що буде виведено в консоль після виконання коду?let player={“name”: “Alex”,“score”:33}player.score += 2;console.log(player.score);