Spoken Tutorials - JavaScript Assignment Funded by the Ministry of Education (MoE), GOI Indian Institute of Technology Bombay, https://spoken-tutorial.org ------------------------------------------------------------- Window and DOM Manipulations in JS 1. Open the file "MyPage.html" 2. Clear the existing code 3. Add a "h1 tag" with "id" as "heading1" for the text "HTML is Loaded!" 4. Open the file "assignment.js" 5. Clear the existing code 6. Access the "h1" element using "id" 7. Modify the text as - "Both HTML and JS are Loaded!" 8. Open the file "MyPage.html" in a web browser 9. Observe the output in the browser