Skip to content

Instantly share code, notes, and snippets.

@buddyeorl
Last active October 13, 2020 22:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save buddyeorl/fa2bb38aae4ec479b379eaeb7b850926 to your computer and use it in GitHub Desktop.
Save buddyeorl/fa2bb38aae4ec479b379eaeb7b850926 to your computer and use it in GitHub Desktop.
//Im a comment
//me too
const imAFunctionExample=()=>{
console.log("Hello World");
}
imAFunctionExample();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment