Skip to content

Instantly share code, notes, and snippets.

@tomenden
Last active May 1, 2024 09:44
Show Gist options
  • Save tomenden/82fffc4e0213f9a1aee6121f99d46e48 to your computer and use it in GitHub Desktop.
Save tomenden/82fffc4e0213f9a1aee6121f99d46e48 to your computer and use it in GitHub Desktop.
const hello = () => {
  console.log('Hello World');
}
hello();
const hello = () => {
  console.log('Hello World');
}
hello();

This is inline it is cool

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment