Skip to content

Instantly share code, notes, and snippets.

@devotdev
Created October 31, 2024 14:13
Show Gist options
  • Save devotdev/2427ff0b798a4f1bc70562e72c25342d to your computer and use it in GitHub Desktop.
Save devotdev/2427ff0b798a4f1bc70562e72c25342d to your computer and use it in GitHub Desktop.
Basic function example greet
function greet() {
console.log("Hello, World!");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment