Skip to content

Instantly share code, notes, and snippets.

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