sistah: "Regan"
};
const WHY_I_LOVE_YOU = {
humor: "unmatched",
honesty: "always real",
heart: "biggest I know",
brain: "literally genius",
loyalty: "ride or die",
facetimes: "never long enough",
advice: "always right",
bond: "unbreakable"
};
const feelings = {
level: 100,
status: "HAPPY",
commitment: "ALL_IN"
};
if (feelings.status === "HAPPY") {
return "I love you sissy";
}