Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created August 7, 2019 03:51
Embed
What would you like to do?
// Cada que acierta comprobamos si ha ganado
if (this.haGanado()) {
this.indicarVictoria();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment