Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created August 1, 2019 22:27
Embed
What would you like to do?
class OperacionTicket {
constructor(accion, datos) {
this.accion = accion + "";
this.datos = datos + "";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment