JSFiddle - React, Tailwind, and code Playground

by luka kupunia

JavaScript

var a = function(){
	this.b = 'name';
    console.log(this.b)
}
a()
console.log(a.b)