Created: 2024-01-06 Sat 09:46
const alex = { status: "podcasting", }; if (alex.status === "podcasting") { console.log("Shout out!"); }