JSFiddle - React, Tailwind, and code Playground

by ilyabezp

JavaScript

function testFunction(){
    //"use strict";
   testvar = 4;
    return testvar;
}
alert(testFunction());