Don't
Don't
wait.
wait.
The
The
time
time
will
will
never
never
be
be
just
just
right
right
Napoleon
Hill
1
2
3
4
5
6
7
8
9
const aboutMe = {
name: 'Nitish Kumar',
title: 'Full Stack Developer',
contact: {
email: 'me@nitishkr.dev',
mobile:'+91-7992482123'
}
}
1
2
3
4
5
6
7
8
9
this.addEventListener('mouseover', () => {
this.flipCard = true;
});