JavaScript Meets the Page
HTML and CSS are static. JavaScript makes a page react. Find an element, change its text, and the page updates instantly.
What you'll learn
Select an element and change it with JavaScript.
New command
document.querySelector('#title')๐ป Code Editorhtml
๐ฌ
Press Run Code to see your creation!