JSFiddle - React, Tailwind, and code Playground
by ilyabezp
JavaScript
function testFunction(){
//"use strict";
testvar = 4;
return testvar;
}
alert(testFunction());
by ilyabezp
function testFunction(){
//"use strict";
testvar = 4;
return testvar;
}
alert(testFunction());