mom: "Mom"
};
const WHY_I_LOVE_YOU = {
heart: "the biggest",
strength: "unmatched",
twin: "basically",
wisdom: "beyond measure",
kindness: "taught me everything",
sacrifice: "endless",
love: "unconditional",
role: "my best friend"
};
const feelings = {
level: 100,
status: "HAPPY",
commitment: "ALL_IN"
};
if (feelings.status === "HAPPY") {
return "i love you, mom";
}