> Andre.fullName
= 'Andre Benedito'
> Andre.origin
= 'Canada'
> Andre.education.latest
= {
name: 'High School and IB Diploma',
location: 'Colonel By Secondary School',
graduationDate: new Date('May 2020')
}
> Andre.interests
= ['programming', 'music', 'cryptocurrencies', 'web-design', 'trading']
> Andre.email
= 'abene1asus@gmail.com'
> Andre.resume