September 13, 2017

My attitude as described by a javascript function

My attitude as described by a javascript function

Essentially every day as a developer feels like this:

function happy(today){
    const coding="me"+"computer"+"coffee"+"creatingBetterExperiences";
    if(today === coding){
        alert("It's great day!");   
    }
}

happy(today);