JSFiddle - React, Tailwind, and code Playground

by Narayan Prusty

JavaScript

var object = {
    "name" : "narayan prusty",
    "phone" : 1234567890,
    "printinfo" : function(){
         console.log(this.name + " " + this.phone);
     },
    this.constructor: function(){console.log("sdasd")}
}