JSFiddle - React, Tailwind, and code Playground

by bilbobaggins

JavaScript

var a = 1;
function five() {
	this.a = 5;
}
console.log(new five().a);