JSFiddle - React, Tailwind, and code Playground

by lawrence pond

JavaScript

function foobar() {

}
var x = 100;
console.log(typeof (x));

x = foobar();

console.log(typeof (x));