JSFiddle - React, Tailwind, and code Playground
JavaScript
function foobar() {
}
var x = 100;
console.log(typeof (x));
x = foobar();
console.log(typeof (x));
function foobar() {
}
var x = 100;
console.log(typeof (x));
x = foobar();
console.log(typeof (x));