Created
July 8, 2020 03:51
-
-
Save gpDA/6cc12542e85273cf6e9b5a703b8b3d1a 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
| 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