Skip to content

Instantly share code, notes, and snippets.

@igorcardozo
Created November 16, 2020 00:22
Embed
What would you like to do?
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