Skip to content

Instantly share code, notes, and snippets.

@jsmanifest
Created March 6, 2020 06:45
Show Gist options
  • Save jsmanifest/18bbd0eac75e1c13794524bfda2115da to your computer and use it in GitHub Desktop.
Save jsmanifest/18bbd0eac75e1c13794524bfda2115da to your computer and use it in GitHub Desktop.
function combine(arg1: string, arg2: string): string {
return arg2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment