⚙️ JS Interactivity

Certification exams test your ability to use document.getElementById().

This allows JavaScript to "grab" an HTML element and change its innerText or style.


Challenge: In the change() function, change the innerText to "Unlocked!" and the color to "green".

← Back to Menu