JSFiddle - React, Tailwind, and code Playground
by mtambulut
JavaScript
var foo = "Hello";
(function() {
var bar = " World";
alert(foo + bar);
})();
by mtambulut
var foo = "Hello";
(function() {
var bar = " World";
alert(foo + bar);
})();