mercredi 13 avril 2016

What's the edge cases of a Javascript function? [on hold]

Given this function that accepts one argument, which can be anything, what are the edge cases?:

function add_fun (x) {
    return x + 2;
}

Aucun commentaire:

Enregistrer un commentaire