const isLearning = true; const isOverwhelmed = true; if (isLearning && isOverwhelmed) { console.log("Take a break"); }
Take a break