Back
Svelte Compiler
Clear
Run
Svelte Component
Svelte Playground
Count: {count}
count += 1}>Increment
{#each tasks as task}
{task}
{/each}
Output