You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Web-Dev-For-Beginners/7-bank-project/1-template-route/.github/post-lecture-quiz.md

417 B

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