JSFiddle - React, Tailwind, and code Playground

by Scott Vandervort

JavaScript

function myfunc () {
  
  var foo = 1;
  let bar = 2;
}
  
 //console.log(goo);
 
 console.log(foo);