Skip to content

Instantly share code, notes, and snippets.

@jsmanifest
Created March 13, 2020 05:50
Show Gist options
  • Save jsmanifest/8cd748c88d53f40b9ea98e6af8c5ee77 to your computer and use it in GitHub Desktop.
Save jsmanifest/8cd748c88d53f40b9ea98e6af8c5ee77 to your computer and use it in GitHub Desktop.
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