Can you anticipate what this code will display in the console?

zyx

Impressive! Because myNumber is 7, (a != 7) and (a <= 6) are false, which triggers the else clause.

So close! Because myNumber is 7, (a != 7) and (a <= 6) are false, which triggers the else clause.