My name is Luan, I am a NodeJS Developer. I am in the 5th period of my Systems Analysis and Development degree 🎆.
function haveACoffee(cup){
if(cup === "empty"){
console.log("Yes, let's get a coffee!";
}else{
console.log("Yes, let's get another cup of coffee!";
}
}
haveACoffee(myCup);