minor fixes
This commit is contained in:
parent
fc2ba214e8
commit
9bd640c414
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ Debounced function <code>debounce(handler, 1000)</code> is called on this input:
|
||||||
<input id="input2" placeholder="type here">
|
<input id="input2" placeholder="type here">
|
||||||
|
|
||||||
<p>
|
<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>
|
<script>
|
||||||
function handler(event) {
|
function handler(event) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue