Svelte & SvelteKit·Lesson 3 Quiz
Quiz: SvelteKit Routing & Layouts
Test what you learned in this lesson before moving on.
Lesson Quiz
Pass with 80% to complete this lesson.
1. In SvelteKit, where do you put a page component for the /about route?
2. What file provides a shared wrapper (nav, footer) for all pages in a directory?
3. What does the load function in +page.server.js return?