Complete this quiz by checking one answer per question.
- HTML templates are part of the DOM by default
- true
- false
- Which part of the URL is needed for routing?
- window.location.pathname
- window.location.origin
- both
- What's the name of the event triggered when calling the
history.pushState()
function?
-
pushstate
-
popstate
-
navigate