Skip to content

Instantly share code, notes, and snippets.

@sphinxc0re
Last active February 28, 2020 11:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sphinxc0re/ce959600f6d18a64ca01e6f2ac12011b to your computer and use it in GitHub Desktop.
Save sphinxc0re/ce959600f6d18a64ca01e6f2ac12011b to your computer and use it in GitHub Desktop.
<script>
let count = 0;
</script>
<button on:click={() => count += 1}>
Count: {count}
</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment