JSFiddle - React, Tailwind, and code Playground
by gradbot
JavaScript
log("hi");
var bob = "gh";
log("hi");
function log(msg) { console.log(msg + bob); }
by gradbot
log("hi");
var bob = "gh";
log("hi");
function log(msg) { console.log(msg + bob); }