JSFiddle - React, Tailwind, and code Playground

by manoj_antony32

JavaScript

function printMe() {
  if(true) {
    console.log(x)
    var x = 5;
  }
}

printMe()