Skip to content

Instantly share code, notes, and snippets.

@Jed-Giblin
Last active April 5, 2024 02:47
Show Gist options
  • Save Jed-Giblin/f6511bab9cb7ab5fdc1937b4cc72aa73 to your computer and use it in GitHub Desktop.
Save Jed-Giblin/f6511bab9cb7ab5fdc1937b4cc72aa73 to your computer and use it in GitHub Desktop.
() => {
function greet(name) {
return Hello, {$name};
}
}()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment