JSFiddle - React, Tailwind, and code Playground

by Vignesh Gopalakrishnan

JavaScript

function fun(){

}
fun.prototype.getName = function(){
console.log(this.name);
}