alert ('La dualità è un'illusione')

const aboutMe = {
name : 'Luca Visciola',
email : '[email protected]',
positions : [
{ title : 'Full Stack Developer' },
{ title : 'Technology Consultant' }
],
website: 'github.com/melasistema'
};