Skip to content

Instantly share code, notes, and snippets.

@al3xnag
Created October 19, 2025 23:46
Show Gist options
  • Select an option

  • Save al3xnag/a8d7d918d8a97e895844fe0803e6cd2c to your computer and use it in GitHub Desktop.

Select an option

Save al3xnag/a8d7d918d8a97e895844fe0803e6cd2c to your computer and use it in GitHub Desktop.
sayHello
function sayHello(name: string, greeting: string = "Hello"): string {
return `${greeting}, ${name}!`;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment