pull/18418/merge
Hyunbin Seo 2 days ago committed by GitHub
commit e3f75ef658
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -13,7 +13,7 @@ Declaration tags define local variables inside markup with `const` or `let`:
{#each boxes as box}
{const area = box.width * box.height}
{const label = `${box.width} ${box.height} = ${area}`}
{const label = `${box.width} × ${box.height} = ${area}`}
<p>{label}</p>
{/each}

Loading…
Cancel
Save