const goodHealth = true; const coding = true; if (!goodHealth) { coding = false; } console.log(coding);