JSFiddle - React, Tailwind, and code Playground

by jacobwsmith

JavaScript

console.clear();

var foo = function() {
	console.log('foo');
  bar = function(){
  	console.log('bar');
  }
}

foo();