1
2
3
4
5
6
7
8
9
const aboutMe = {
name: 'Jan Kowalski',
title: 'Software Developer',
contact: {
email: 'jan.kowalski@example.com',
website: 'https://example.com'
}
}
1
2
3
4
5
6
7
8
9
this.addEventListener('mouseover', () => {
this.flipCard = true;
});