Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 465 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 465 Bytes

portfolio.

My name is Kayla and I'm a Frontend Developer

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);
    }
 }