Skip to content

Instantly share code, notes, and snippets.

@lidangzzz
Last active May 1, 2022 17:21
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 lidangzzz/8104a35b533b1676c3cfad665669f85d to your computer and use it in GitHub Desktop.
Save lidangzzz/8104a35b533b1676c3cfad665669f85d to your computer and use it in GitHub Desktop.
hellojs
const hello = x=>{console.log("This is x" + x);}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment