minor fixes

This commit is contained in:
Ilya Kantor 2020-05-06 23:22:40 +03:00
parent fc2ba214e8
commit 9bd640c414

View file

@ -12,7 +12,7 @@ Debounced function <code>debounce(handler, 1000)</code> is called on this input:
<input id="input2" placeholder="type here">
<p>
<button id="result">The <code>handler</code> puts the current result here</button>
<button id="result">The <code>handler</code> puts the result here</button>
<script>
function handler(event) {