Skip to content

Instantly share code, notes, and snippets.

@jsmanifest
Created March 6, 2020 06:43
Show Gist options
  • Save jsmanifest/26baa132c45435d8e94e013c4c7a0aa2 to your computer and use it in GitHub Desktop.
Save jsmanifest/26baa132c45435d8e94e013c4c7a0aa2 to your computer and use it in GitHub Desktop.
const greeting = 'Good morning'
logAndReturnIt(greeting) // logs 'Good morning'
logAndReturnIt('cat') // logs 'cat'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment