JSFiddle - React, Tailwind, and code Playground
JavaScript
function getFive(){
var a;
setTimeout(function(){
a=5;
},10);
return a;
}
document.body.innerHTML = getFive();
function getFive(){
var a;
setTimeout(function(){
a=5;
},10);
return a;
}
document.body.innerHTML = getFive();