✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Що виведе наступний код при кліку на кнопку з id="btn"?
document.querySelector('#btn').addEventListener('click', function() {
console.log(this.id);
});