0
0
Svelteframework~10 mins

Script, markup, and style sections in Svelte - 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 the script section in a Svelte component.

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