More specifically, is there a set of values ( a, b and c) for which the operator precedence matters in the statement:
var value = (a && b == c);
(with the exception of NaN).
|
|
More specifically, is there a set of values ( a, b and c) for which the operator precedence matters in the statement:
(with the exception of NaN).
|
||
|
|
|
|
Yes
Since |
||||||||
|
|
|
Yup.
See here. So (Fixed typo. Dammit.) |
||||
|
|
|
The language is parsed such that your statement is the equivalent of |
||
|