My name is Luan, I am a systems installation technician (but I really wanted to be a developer 😿). I am in the 5th period of my Systems Analysis and Development degree 🎆.
I am a programming student looking for an opportunity as a back-end developer 🤠.
I already have everything to be a dev, I love coffee and I know how to say "It depends" 😎.
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);