Skip to content

mm-intro-js/exploring-dom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published