Skip to content

Instantly share code, notes, and snippets.

@Hitman666
Last active September 14, 2016 10:16
Show Gist options
  • Save Hitman666/8b93943611bd901c18e536646a6c5204 to your computer and use it in GitHub Desktop.
Save Hitman666/8b93943611bd901c18e536646a6c5204 to your computer and use it in GitHub Desktop.
const msg: string = "Hello, hello!";
function myFunc (msg: string): string {
return 'I like to repeat what you said, therefore: ' + msg;
}
console.log(myFunc(msg));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment