What's this code going to print to the console?

aspiringmasterful

Right you are! Because there's no case for knight in the switch statement, the default case triggers and "aspiring" is printed.

Not so fast, young Padawan! Because there's no case for knight in the switch statement, the default case triggers and "aspiring" is printed.