π€ About:
const infos = {
name: 'Kayo Ennrique Pereira',
country: 'Brazil',
status: 'Software Developer Student',
profession: 'Front-End Developer',
skills: [
'communication',
'organization',
'creativity'
];
}
function description(){
return (
'Passionate software developear dedicated to creating innovative and human-centered solutions.',
'Specialized in front-end web development.',
'Committed to delivering exceptional user experiences through well-organized projects.'
);
}