JSFiddle - React, Tailwind, and code Playground

by skwjdgn

HTML

<script src="//rawgit.com/eu81273/jsfiddle-console/master/console.js"></script>

JavaScript

function test(name){
	
	this.name = name;

}

var t = test(1);


console.log(this.name)