Skip to content

Instantly share code, notes, and snippets.

@quochuy

quochuy/.js Secret

Created September 15, 2021 05:59
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 quochuy/01d9e0f7cd56797b85e531ee984975ef to your computer and use it in GitHub Desktop.
Save quochuy/01d9e0f7cd56797b85e531ee984975ef to your computer and use it in GitHub Desktop.
const myFunction = (input) => {
return input > 10;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment