Created
March 6, 2020 06:43
-
-
Save jsmanifest/26baa132c45435d8e94e013c4c7a0aa2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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