Skip to content

Instantly share code, notes, and snippets.

@igorcardozo
Created November 16, 2020 00:22
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 igorcardozo/9a898b2b9e673d33843f31849a02fa3b to your computer and use it in GitHub Desktop.
Save igorcardozo/9a898b2b9e673d33843f31849a02fa3b to your computer and use it in GitHub Desktop.
export function concatStrings(s1: string, s2: string, s3: string): string{
return s1+" "+s2+" "+s3;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment