Dani Bednarski - Software Engineer ["Svelte", "React", "JavaScript"]
const dani =
{
name: 'Dani Bednarski',
job: 'Software Engineer',
location: 'Melbourne, Australia',
contact: 'email@danibednarski.com',
};
const interestsArray =
[
'Making software that people love to use',
'Learning new things',
'Problem solving',
];
async function usePortfolio() {
await exploreSite();
await checkoutProjects();
if (isInterested || isQuestion) {
return contactMe(dani.contact);
} else {
alert('Have a great day!')
};
}