Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Last active July 5, 2023 01:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/374a0d3198b7b4ec92905a0637167af4 to your computer and use it in GitHub Desktop.
Save parzibyte/374a0d3198b7b4ec92905a0637167af4 to your computer and use it in GitHub Desktop.
class Operacion {
constructor(nombre, argumentos) {
this.nombre = nombre;
this.argumentos = argumentos;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment