{w ? cap(w.word) : 'Word of the Day'} · upbeatBytes
{#if state === 'ready'}

Word of the day

{cap(w.word)}

{#if w.part_of_speech}{w.part_of_speech}{/if} {#if w.phonetic}{w.phonetic}{/if}

{w.definition}

{#if w.examples?.length}

In a sentence

    {#each w.examples as ex}
  • {ex}
  • {/each}
{/if} {:else if state === 'empty'}

Today's word is on its way. Check back soon.

{:else}

Finding today's word…

{/if}