Skip to content

Instantly share code, notes, and snippets.

@devotdev
Last active December 18, 2024 09:15
Show Gist options
  • Select an option

  • Save devotdev/929dbd6c1a7756b23f0a67a47c8c8bed to your computer and use it in GitHub Desktop.

Select an option

Save devotdev/929dbd6c1a7756b23f0a67a47c8c8bed to your computer and use it in GitHub Desktop.
Invoking function with a parameter
greetUser("Devot"); // Output: Hello, Devot!
greetUser("Solutions"); // Output: Hello, Solutions!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment