/*
* Love to Retool Community
*/
function loveLetter(name) {
const color = {
start: "#FF5733",
end: "#FFC300"
};
const adj = "supportive";
let mem = "helping each other create something amazing";
let msg = `
Dear ${name},
You are my favorite thread in
the forum.
Hearts blend like sunset:
from ${color.start} to
${color.end}. In your ${adj}
care, I find hope.
Remember: ${mem}
Yours,
My gratitude
`;
return msg;
}
console.log(loveLetter("Retool Community"));
Share the love!
Do you have a favorite community moment or a special thank-you for someone who’s helped you here in the community? Drop a comment below! Let’s spread some appreciation this Valentine’s Day.
Generate a love letter