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

Friday, December 9, 2016

Codefights extraNumber


//sample solution
function extraNumber(a, b, c) {
    if(a == b){
        return c;
    } else if (b == c){
        return a;
    } else {
        return b;
    }
}

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts