Skip to content

Instantly share code, notes, and snippets.

@gsasouza
Created December 11, 2019 23:12
Show Gist options
  • Save gsasouza/31830190e404386323b6902687a21ace to your computer and use it in GitHub Desktop.
Save gsasouza/31830190e404386323b6902687a21ace to your computer and use it in GitHub Desktop.
const { user } = tweet;
const { password, ...userWithoutPassword } = user;
const newTweet = { ...tweet, user: userWithoutPassword };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment