Hey, Welcome! I hope to post my thoughts here more in the future !
const welcome = () => {
const greetings = {
english: 'Hello',
spanish: 'Hola',
french: 'Bonjour',
italian: 'Salve',
german: 'Guten Tag',
arabic: 'Asalaam alaikum',
};
return greetings;
};