Skip to main content
Svelte & SvelteKit·Lesson 2 Quiz

Quiz: Stores & Component Events

Test what you learned in this lesson before moving on.

Lesson Quiz

Pass with 80% to complete this lesson.

1. What does the $ prefix before a store name do in a Svelte template?

2. Which store type is used for values derived from other stores?

3. How does a child component send events to its parent in Svelte?