JSFiddle - React, Tailwind, and code Playground
by vvakame
JavaScript
function sample() {
foo = "bar";
alert(foo);
}
sample();
alert("undefined is expected.. " + window.foo);
by vvakame
function sample() {
foo = "bar";
alert(foo);
}
sample();
alert("undefined is expected.. " + window.foo);