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.
417 B
417 B
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