JSFiddle - React, Tailwind, and code Playground
by eget teteete
JavaScript
var x = 5;
(function() {
console.log(x)
var x = 10;
console.log(x)
}())
by eget teteete
var x = 5;
(function() {
console.log(x)
var x = 10;
console.log(x)
}())