If you have any questions or would like to get in touch, please don't hesitate to do so.
My contact info is in the About section of my portfolio.
Thanks!
-kayla
function becomeProgrammer(kayla){
if (kayla === "very tired"){
return takeNap(kayla);
} else {
return writeCode(kayla);
}
}