/portfolio

Professional portfolio including the projects I'm most proud of

Primary LanguageSCSS

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