Hi all! I am
Geraldo González
>
Front-end developer
// find my profile on Github:const
function hire({
deadline = "ASAP", coffee }) {
if(!coffee) return "No, thanks. Good luck!🥱"return `Let's finish this ${ deadline }!☕🚀`}// Should be a good coffeehire({ coffee: "espresso" })