Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 776 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 776 Bytes

DOM Access Assignment

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)

GitHub Repository

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.

Moonflower’s Coffee Shop

Open the web page in a browser. View the elements in the Developer tools. It makes looking at the relationships between elements easier.

Assignment

Fill in the code requested in the JavaScript file.