Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created February 4, 2020 03:38
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/2734cd0e4f7cf24df43de0f461a6da5a to your computer and use it in GitHub Desktop.
Save parzibyte/2734cd0e4f7cf24df43de0f461a6da5a to your computer and use it in GitHub Desktop.
public nombreConTelefono(): string {
return this.nombre + ' ' + this.telefono;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment