JSFiddle - React, Tailwind, and code Playground
by doug65536
JavaScript
$(function() {
if (false) {
var a = 1;
} else {
}
console.log(a !== undefined);
});
by doug65536
$(function() {
if (false) {
var a = 1;
} else {
}
console.log(a !== undefined);
});