JSFiddle - React, Tailwind, and code Playground

by Artem

JavaScript

//'use strict';

function foo() {
	var gEval = eval;
	gEval('var x = 5');
// console.log(x);
}

foo();

console.log(x);