function f() { if (1 > 2) {} else {} // $ Alert - always false if (1 > 0) {} else {} // $ Alert - always true }