Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 519 Bytes

File metadata and controls

9 lines (7 loc) · 519 Bytes

Document Object Model

  1. Write a script that selects all the div nodes that are directly inside other div elements
    • Create a function using querySelectorAll()
    • Create a function using getElementsByTagName()
  • Create a function that gets the value of ands prints its value to the console
  • Crеate a function that gets the value of and sets the background of the body to this value
  • *Write a script that shims querySelector and querySelectorAll in older browsers