JSFiddle - React, Tailwind, and code Playground
by adelura
JavaScript
(function() {
if (window.deb) {
return;
}
var currentCount = 0;
window.deb = function (count) {
if (++currentCount >= count) {
debugger;
}
};
}());