function myFunction() { if (true || false) { return 1 } else { return 2 } return 3; // unreachable }