Skip to content

Instantly share code, notes, and snippets.

@reatlat
Last active April 28, 2024 21:49
Show Gist options
  • Save reatlat/9a5a1391f8e2268cd039f835d32196b0 to your computer and use it in GitHub Desktop.
Save reatlat/9a5a1391f8e2268cd039f835d32196b0 to your computer and use it in GitHub Desktop.
GitHub Gist Example for FreshJuice CMS HubSpot theme
function greet(name) {
return `Hello, ${name}!`;
}
console.log(greet('World')); // 'Hello, World!'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment