JSFiddle - React, Tailwind, and code Playground
JavaScript
var data = {
name: "mcihael",
onChange: function(){
alert("CHANGE TO OBJECT");
}
}
data.name = "ricky";
console.log(data.prototype = function(){
});
var data = {
name: "mcihael",
onChange: function(){
alert("CHANGE TO OBJECT");
}
}
data.name = "ricky";
console.log(data.prototype = function(){
});