lover: "SF"
};
const WHY_I_LOVE_YOU = {
agency: "3255 forever",
instincts: "unreal",
calm: "under pressure",
humor: "elite",
kindness: "runs deep",
music_taste: "impeccable",
humility: "always",
love: "my favorite"
};
const feelings = {
level: 100,
status: "HAPPY",
commitment: "ALL_IN"
};
if (feelings.status === "HAPPY") {
return "i love you";
}