Create a person object

PHOTO EMBED

Wed Feb 24 2021 14:52:47 GMT+0000 (Coordinated Universal Time)

Saved by @veedah

let personObj = {
  name: {
    first: 'John',
    last: 'Paul'
  },
  age: 28,
  gender: 'male',
  occupation: 'engineer',
  hobbies: ['gaming', 'writing', 'painting']
}

content_copyCOPY