Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am jasonsites on github.
  • I am jasonsites (https://keybase.io/jasonsites) on keybase.
  • I have a public key ASClrO6m2URVxQ1z5JvwyYn473bAP56KMlrA8mHAGHdtqQo

To claim this, I am signing this object:

@jasonsites
jasonsites / index.html
Created January 14, 2018 23:46
Palindrome Function
<main class="main cf wrapper" role="main">
<h1 class="title">Is it a palindrome?</h1>
<form class="pd-form" action="">
<input id="pdInput" class="pd-input" type="text" placeholder="Enter phrase" />
</form>
<div id="result" class="result"></div>
</main>
@jasonsites
jasonsites / index.html
Created January 14, 2018 23:46
Limit Async Server Requests
<main class="main cf wrapper" role="main">
<h1 class="title">Server Requests =
<span id="reqCount" class="req-count">0</span>
</h1>
<form class="search-form" action="">
<input id="textInput" class="text-input" type="text" placeholder="Search" />
<input id="reset" class="reset" type="button" value="Reset" />
</form>
</main>