JSFiddle - React, Tailwind, and code Playground
JavaScript
function machine() {
this.estadoatual = undefined;
let self = this;
let estadoatual = undefined;
this.changestate = (string) => {
}
}
function machine() {
this.estadoatual = undefined;
let self = this;
let estadoatual = undefined;
this.changestate = (string) => {
}
}