Created
March 13, 2020 05:50
-
-
Save jsmanifest/8cd748c88d53f40b9ea98e6af8c5ee77 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
function doNothing(obj) { | |
return obj ? obj : obj | |
} | |
const result = doNothing({ name: 'Bob' }) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment