samedi 23 septembre 2017

How do I test my conditions using not equal?

Please help. My code right here is not working. I'm trying to test if my variable is not equal to any of my conditions.

function text(){
    if( input!="BSIT" || input!= "BSBA"|| input!="BSN") { .. }
}

Aucun commentaire:

Enregistrer un commentaire