Newbie question. How to calculate the value of the formula A f B, where f - the binary function OR or AND?
if(A == "haha" && B == "hihi") { //hahahihi? } if(A == "haha" || B != "hihi") { //hahahihi!? }