!expressionA
var myCat = "Jasmine"; if !(myCat == "Pokey") return true; //Returns true because the value of myCat does not equal "Pokey".