Quotes help make search much faster. Example: "Practice Makes Perfect"

Saturday, December 10, 2016

Codefights willYou


//sample solution

function willYou(young, beautiful, loved) {
    if(young == true && beautiful == true && loved == false){
        return true;
    } else if (loved == true && (young == false || beautiful == false)){
        return true;
    } else {
        return false;
    }
}

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts