const me = {
      firstname: 'Michael',
      lastname: 'Lam',
      age: ,
      address: 'Mauritius',
      degree: 'BEng in Electrical and Electronic Engineering',
      socials: {
        github: 'github.com/DruidsMickey'
      },
      hobbies: ['movies', 'programming', 'travels'],
      contact: 'Contact'
    };

    |