//if else if (isRaining) { console.log("It is raining. You need a rain coat."); } else { console.log("It is not raining. No need for rain coat."); }