0
0
Svelteframework~10 mins

Component file (.svelte) anatomy - Interactive Code Practice

Choose your learning style9 modes available
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete the code to start a Svelte component with a script section.

Svelte
<[1]>
  let count = 0;
</[1]>
Drag options to blanks, or click blank then click option'
Ascript
Bstyle
Cdiv
Dsection
Attempts:
3 left
💡 Hint
Common Mistakes
Using