DOM Manipulation
๐ Instructions
JavaScript can change HTML elements using the DOM. Use document.querySelector to select an element and change its text.
JavaScript can change HTML elements using the DOM. Use document.querySelector to select an element and change its text.