The problem says operators we are limited to include “equality checks and Boolean combinations thereof”.
What’s meant by “Boolean combinations thereof”? Is it simply !=
, !==
? Or is it saying x == y && n != m || ...
etc.?
The problem says operators we are limited to include “equality checks and Boolean combinations thereof”.
What’s meant by “Boolean combinations thereof”? Is it simply !=
, !==
? Or is it saying x == y && n != m || ...
etc.?