Skip to content

Instantly share code, notes, and snippets.

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