Skip to content

Instantly share code, notes, and snippets.

@AkashRajvanshi
Created November 2, 2019 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AkashRajvanshi/c570975d841ff55e5fb088128c11cd0a to your computer and use it in GitHub Desktop.
Save AkashRajvanshi/c570975d841ff55e5fb088128c11cd0a to your computer and use it in GitHub Desktop.
console.log(delete user['lastName']) // true
console.log(Object.keys(user)) // [ 'firstName', 'showDetails' ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment