Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 400 Bytes

File metadata and controls

18 lines (12 loc) · 400 Bytes

Complete this quiz by checking one answer per question.

  1. HTML templates are part of the DOM by default
  • true
  • false
  1. Which part of the URL is needed for routing?
  • window.location.pathname
  • window.location.origin
  • both
  1. What's the name of the event triggered when calling the history.pushState() function?
  • pushstate
  • popstate
  • navigate