Answer the question
In order to leave comments, you need to log in
Why don't bitwise operators work?
There is an expression:
var summidle=3
var sum=16
if ((sumidle==3) & (summ>11 & sum<22)){
alert("legend")
}
Answer the question
In order to leave comments, you need to log in
You have a typo in the comparison operation - sumidle. – and summidle is declared.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question