Eudaimonia: Code Example
11 December, 2020 - 1 min read
A code sample expressing gratitude to making this Gatsby Starter.
Thank you, Julia Doe for creating this awesome Gatsby Starter! XOXO.
console.log("Forever grateful, Nicole");
Human Flourishing according to my guy, Aristotle
const beGood = function(person) {
if (person === 'flourishing') {
return eudaimonia;
}
return beGood(person);
};
beGood(NicoleBanta);