JSFiddle - React, Tailwind, and code Playground
by bg100
HTML
<script src="http://underscorejs.org/underscore.js"></script>
JavaScript
$(function () {
_.debounce(function () { alert("test"); }, 2000);
});
by bg100
<script src="http://underscorejs.org/underscore.js"></script>
$(function () {
_.debounce(function () { alert("test"); }, 2000);
});