Skip to content

Instantly share code, notes, and snippets.

@gpDA
Created July 8, 2020 03:47
Show Gist options
  • Save gpDA/29c083de659a99822af41e7b30c734b4 to your computer and use it in GitHub Desktop.
Save gpDA/29c083de659a99822af41e7b30c734b4 to your computer and use it in GitHub Desktop.
person1.age = 50;
person1.gender = 'female';
console.log(person1);
// Person {
// name: { first: 'Bob', last: 'Smith' },
// age: 50,
// gender: 'female'
//}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment