1
2
3
4
5
6
7
8
9
const aboutMe = {
name: 'Jane Doe',
company: 'A Company',
title: 'Software Engineer',
contact: {
email: 'janedoe@gmail.com',
linkedin: 'linkedin.com/in/janedoe',
github:'github.com/janedoe'
}
};