In Javascript how this pattern operates and by what name would you refer to it?
var valid = (value === value2 (car.color));
And how is different from:
var valid2 = if(value === value2){ car.color }
Aucun commentaire:
Enregistrer un commentaire