Completing this assignment depends on knowing:
- basic JavaScript to create variables, work with arrays, if/else statements and for loops (Ch 3)
- methods for selecting and navigating the DOM Tree, adding and removing attributes, creating a new element and appending it to the DOM (Ch 4)
https://github.com/htc-ccis2591/exploring-dom
You’ll want to begin each assignment by forking the repository and cloning it locally. When you are done, you’ll push to GitHub and submit a pull request.
Open the web page in a browser. View the elements in the Developer tools. It makes looking at the relationships between elements easier.
Fill in the code requested in the JavaScript file.