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.
18 lines
417 B
18 lines
417 B
*Complete this quiz by checking one answer per question.*
|
|
|
|
1. HTML templates are part of the DOM by default
|
|
|
|
- [ ] true
|
|
- [ ] false
|
|
|
|
2. Which part of the URL is needed for routing?
|
|
|
|
- [ ] window.location.pathname
|
|
- [ ] window.location.origin
|
|
- [ ] both
|
|
|
|
3. What's the name of the event triggered when calling the `history.pushState()` function?
|
|
|
|
- [ ] `pushstate`
|
|
- [ ] `popstate`
|
|
- [ ] `navigate` |