function chooseYourCoffee(drink) {
const mandalorianCoffee = "black coffee";
console.log(`You chose ${drink}.`);
if (drink === mandalorianCoffee) {
console.log("This is the way... to start the day.");
} else {
console.log("Interesting choice, but not the Mandalorian way.");
}
}
Popular repositories Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.