JSFiddle - React, Tailwind, and code Playground

by Michael Prosser

JavaScript

var data = {
	name: "mcihael",
  onChange: function(){
  
  	alert("CHANGE TO OBJECT");
  
  }
}

data.name = "ricky";

console.log(data.prototype = function(){


});