Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 514 Bytes

quiz-3-study-guide.md

File metadata and controls

9 lines (7 loc) · 514 Bytes

Quiz 3: JavaScript

You should be able to...

  • Use JavaScript control structures such as functions, if statements, & for loops to achieve a result.
  • Use let & const keywords to declare variables.
  • Describe the relationships between HTML elements in the DOM (Document Object Model).
  • Use document.querySelector() to select an element from the DOM, retrieve its contents (if it's an input element), & set its properties.
  • Use JavaScript Object Notation to declare objects & retrieve values from objects.