document.addEventListener('DOMContentLoaded', function() { let h2 = document.querySelector('h2'); h2.innerText = 'The DOM is Magical'; });