JSFiddle - React, Tailwind, and code Playground

by uedatakuya

JavaScript

(function(){
    var a = b = 100;
})()
window.alert(b);