Skip to content

Instantly share code, notes, and snippets.

@rajat2502
Last active May 2, 2020 19:03
Show Gist options
  • Select an option

  • Save rajat2502/2b207bc5523d38235ab2ba0ed6394126 to your computer and use it in GitHub Desktop.

Select an option

Save rajat2502/2b207bc5523d38235ab2ba0ed6394126 to your computer and use it in GitHub Desktop.
const myFunction = () => ({ value: 'test' })
myFunction()
// returns: { value: 'test' }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment