JSFiddle - React, Tailwind, and code Playground
by lee45276
JavaScript
var a = 'hi';
var test = function() {
setInterval(function(){ alert(a); }, 3000);}
a = 'bue';
by lee45276
var a = 'hi';
var test = function() {
setInterval(function(){ alert(a); }, 3000);}
a = 'bue';