Skip to content

Instantly share code, notes, and snippets.

@gpDA
Created July 8, 2020 03:51
Show Gist options
  • Save gpDA/6cc12542e85273cf6e9b5a703b8b3d1a to your computer and use it in GitHub Desktop.
Save gpDA/6cc12542e85273cf6e9b5a703b8b3d1a to your computer and use it in GitHub Desktop.
let person2 = Object.assign({}, new Person('SJ', 'Steven', 32, 'male', ['music', 'skiing']))
console.log(person2)
// { name: { first: 'SJ', last: 'Steven' }, age: 32, gender: 'male' }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment