Skip to content

Instantly share code, notes, and snippets.

@quochuy

quochuy/.js Secret

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